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

Method get

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

Source from the content-addressed store, hash-verified

163 return json.dumps(task, indent=2)
164
165 def get(self, task_id: int) -> str:
166 return json.dumps(self._load(task_id), indent=2)
167
168 def exists(self, task_id: int) -> bool:
169 return self._path(task_id).exists()

Callers 7

list_allMethod · 0.45
_findMethod · 0.45
list_allMethod · 0.45
removeMethod · 0.45
keepMethod · 0.45
agent_loopFunction · 0.45

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected