MCPcopy
hub / github.com/SukkaW/Surge / TraceResult

Interface TraceResult

Build/trace/index.ts:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const spanTag = Symbol('span');
11
12export interface TraceResult {
13 name: string,
14 start: number,
15 end: number,
16 children: TraceResult[]
17}
18
19/** Pure data object — safe to transfer across Worker Thread boundaries. */
20export interface RawSpan {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected