Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_load
Method · 0.95
_save
Method · 0.95
exists
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected