MCPcopy Create free account
hub / github.com/RightNow-AI/autokernel / cache_path

Method cache_path

kernelbench/bridge.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59
60 @property
61 def cache_path(self) -> Path:
62 return KB_CACHE_DIR / f"level{self.level}" / f"{self.problem_id}.py"
63
64 # ----- Cache persistence -----
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected