MCPcopy
hub / github.com/vercel/next.js / getContext

Method getContext

packages/next/src/server/lib/trace/tracer.ts:76–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75interface NextTracer {
76 getContext(): ContextAPI
77
78 /**
79 * Instruments a function by automatically creating a span activated on its

Callers 11

index.edge.jsFile · 0.65
index.node.jsFile · 0.65
factorizeAddMethod · 0.65
moduleAddMethod · 0.65
applyMethod · 0.65
importModuleMethod · 0.65
wrapMethod · 0.65
TreemapVisualizerFunction · 0.65
canvas.jsFile · 0.65
wrapMethod · 0.65

Implementers 1

NextTracerImplpackages/next/src/server/lib/trace/tra

Calls

no outgoing calls

Tested by

no test coverage detected