MCPcopy
hub / github.com/CodebuffAI/codebuff / TraceBundle

Interface TraceBundle

packages/bigquery/src/client.ts:486–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486export interface TraceBundle {
487 trace: GetRelevantFilesTrace // the base row
488 relatedTraces: BaseTrace[] // the extras (runtime-typed)
489 relabels: Relabel[]
490}
491export async function getTracesAndAllDataForUser(
492 userId?: string,
493 limit = 50,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected