MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / _reference_surface

Function _reference_surface

claw-code/src/parity_audit.py:113–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112
113def _reference_surface() -> dict[str, object]:
114 return json.loads(REFERENCE_SURFACE_PATH.read_text())
115
116
117def _snapshot_count(path: Path) -> int:

Callers 1

run_parity_auditFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected