MCPcopy
hub / github.com/shareAI-lab/learn-claude-code / _path

Method _path

agents/s12_worktree_task_isolation.py:137–138  ·  view source on GitHub ↗
(self, task_id: int)

Source from the content-addressed store, hash-verified

135 return max(ids) if ids else 0
136
137 def _path(self, task_id: int) -> Path:
138 return self.dir / f"task_{task_id}.json"
139
140 def _load(self, task_id: int) -> dict:
141 path = self._path(task_id)

Callers 3

_loadMethod · 0.95
_saveMethod · 0.95
existsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected