Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ CallSite
Interface
CallSite
packages/client/src/runtime/utils/CallSite.ts:20–22 · packages/client/src/runtime/utils/CallSite.ts::CallSite
Source
from the content-addressed store, hash-verified
18
}
19
20
export
interface
CallSite {
21
getLocation(): LocationInFile | null
22
}
23
24
class
DisabledCallSite implements CallSite {
25
getLocation(): LocationInFile | null {
Callers
1
getTemplateParameters
Function · 0.65
Implementers
2
DisabledCallSite
packages/client/src/runtime/utils/Call
EnabledCallSite
packages/client/src/runtime/utils/Call
Calls
no outgoing calls
Tested by
no test coverage detected