MCPcopy
hub / github.com/prisma/prisma / DisabledCallSite

Class DisabledCallSite

packages/client/src/runtime/utils/CallSite.ts:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24class DisabledCallSite implements CallSite {
25 getLocation(): LocationInFile | null {
26 return null
27 }
28}
29
30export class EnabledCallSite implements CallSite {
31 private _error: Error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected