MCPcopy Create free account
hub / github.com/InferCore/InferCore / Traces

Method Traces

internal/server/server_test.go:1113–1119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1111}
1112
1113func (e *captureTelemetryExporter) Traces() []types.TraceRecord {
1114 e.mu.Lock()
1115 defer e.mu.Unlock()
1116 out := make([]types.TraceRecord, len(e.traces))
1117 copy(out, e.traces)
1118 return out
1119}

Calls

no outgoing calls

Tested by

no test coverage detected