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

Function _make_store

tests/test_conversation_endpoint.py:14–16  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

12
13
14def _make_store(tmp_path: Path) -> TraceStore:
15 storage = FileTraceStorage(base_dir=tmp_path / "traces")
16 return TraceStore(storage=storage, hot_days=99, now_fn=lambda: 1_000_000.0)
17
18
19def _record_turn(

Calls 2

FileTraceStorageClass · 0.90
TraceStoreClass · 0.90

Tested by

no test coverage detected