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

Method report

packages/next/src/trace/report/index.ts:18–20  ·  view source on GitHub ↗
(event: TraceEvent)

Source from the content-addressed store, hash-verified

16 }
17
18 report(event: TraceEvent) {
19 this.reporters.forEach((reporter) => reporter.report(event))
20 }
21}
22
23// JSON is always reported to allow for diagnostics

Callers 15

ImportDeclarationFunction · 0.80
JSXOpeningElementFunction · 0.80
JSXOpeningElementFunction · 0.80
VariableDeclarationFunction · 0.80
JSXOpeningElementFunction · 0.80
JSXOpeningElementFunction · 0.80
JSXOpeningElementFunction · 0.80
checkTyposFunction · 0.80
JSXElementFunction · 0.80
JSXOpeningElementFunction · 0.80
JSXOpeningElementFunction · 0.80
ProgramFunction · 0.80

Calls 1

forEachMethod · 0.45

Tested by

no test coverage detected