MCPcopy Index your code
hub / github.com/getagentseal/codeburn / SpanDef

Interface SpanDef

tests/providers/copilot.test.ts:747–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747interface SpanDef {
748 spanId: string
749 traceId: string
750 operationName: string
751 startTimeMs?: number
752 responseModel?: string
753 attrs: Record<string, string | number>
754}
755
756function insertSpan(dbPath: string, span: SpanDef): void {
757 const { DatabaseSync } = requireForTest('node:sqlite') as { DatabaseSync: new (path: string) => TestDb }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected