MCPcopy
hub / github.com/prisma/prisma / clearGlobalTracingHelper

Function clearGlobalTracingHelper

packages/instrumentation-contract/src/global.ts:53–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 * when instrumentation is disabled.
52 */
53export function clearGlobalTracingHelper(): void {
54 delete globalThisWithPrismaInstrumentation[GLOBAL_VERSIONED_INSTRUMENTATION_KEY]
55 delete globalThisWithPrismaInstrumentation[GLOBAL_INSTRUMENTATION_KEY]
56}

Callers 5

index.test.tsFile · 0.90
disableMethod · 0.90
global.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected