MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _trace_store

Function _trace_store

uncommon_route/support.py:157–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156
157def _trace_store() -> TraceStore:
158 return TraceStore()
159
160
161def _trace_summary_payload(traces: TraceStore) -> dict[str, Any]:

Callers 4

_recent_traces_payloadFunction · 0.85
_recent_errors_payloadFunction · 0.85
build_support_bundleFunction · 0.85
find_traceFunction · 0.85

Calls 1

TraceStoreClass · 0.90

Tested by

no test coverage detected