MCPcopy
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
20export interface CallSite {
21 getLocation(): LocationInFile | null
22}
23
24class DisabledCallSite implements CallSite {
25 getLocation(): LocationInFile | null {

Callers 1

getTemplateParametersFunction · 0.65

Implementers 2

DisabledCallSitepackages/client/src/runtime/utils/Call
EnabledCallSitepackages/client/src/runtime/utils/Call

Calls

no outgoing calls

Tested by

no test coverage detected