Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ImportDeclaration
Function · 0.80
JSXOpeningElement
Function · 0.80
JSXOpeningElement
Function · 0.80
VariableDeclaration
Function · 0.80
JSXOpeningElement
Function · 0.80
JSXOpeningElement
Function · 0.80
JSXOpeningElement
Function · 0.80
checkTypos
Function · 0.80
JSXElement
Function · 0.80
JSXOpeningElement
Function · 0.80
JSXOpeningElement
Function · 0.80
Program
Function · 0.80
Calls
1
forEach
Method · 0.45
Tested by
no test coverage detected