Read all spans for a trace.
(trace_id: string)
| 99 | write(span: CognitionSpan): Promise<void>; |
| 100 | /** Read all spans for a trace. */ |
| 101 | loadTrace(trace_id: string): Promise<CognitionSpan[]>; |
| 102 | /** For tests. */ |
| 103 | __reset?(): void; |
| 104 | } |
no outgoing calls
no test coverage detected