MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / _l1_key

Method _l1_key

tests/unit/ast_cache_test.py:225–227  ·  view source on GitHub ↗

Return the L1 dict key for a path (always the resolved form).

(self, p: Path)

Source from the content-addressed store, hash-verified

223 return p
224
225 def _l1_key(self, p: Path) -> str:
226 """Return the L1 dict key for a path (always the resolved form)."""
227 return str(p.resolve())
228
229 # ── L1 mtime hit ──────────────────────────────────────────────────────
230

Calls

no outgoing calls

Tested by

no test coverage detected