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

Method uid

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

Source from the content-addressed store, hash-verified

55
56 @property
57 def uid(self) -> str:
58 return f"L{self.level}_P{self.problem_id:03d}"
59
60 @property
61 def cache_path(self) -> Path:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected