Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ method
Function
method
packages/ts-builders/src/Method.ts:58–60 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
56
}
57
58
export
function
method(name: string): Method {
59
return
new
Method(name)
60
}
Callers
5
Class.test.ts
File · 0.90
ObjectType.test.ts
File · 0.90
Method.test.ts
File · 0.90
Interface.test.ts
File · 0.90
indexOf
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected