MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / store

Function store

tests/test_uitree_snapshot.py:39–40  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

37
38@pytest.fixture
39def store(tmp_path: Path) -> SnapshotStore:
40 return SnapshotStore(snapshot_dir=tmp_path / "snapshots")
41
42
43class TestSaveLoad:

Callers

nothing calls this directly

Calls 1

SnapshotStoreClass · 0.90

Tested by

no test coverage detected