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

Method get

agents/s_full.py:284–285  ·  view source on GitHub ↗
(self, tid: int)

Source from the content-addressed store, hash-verified

282 return json.dumps(task, indent=2)
283
284 def get(self, tid: int) -> str:
285 return json.dumps(self._load(tid), indent=2)
286
287 def update(self, tid: int, status: str = None,
288 add_blocked_by: list = None, remove_blocked_by: list = None) -> str:

Callers 15

permission_hookFunction · 0.45
summary_hookFunction · 0.45
agent_loopFunction · 0.45
assemble_system_promptFunction · 0.45
run_list_tasksFunction · 0.45
is_slow_operationFunction · 0.45
should_run_backgroundFunction · 0.45
execute_toolFunction · 0.45
start_background_taskFunction · 0.45
agent_loopFunction · 0.45
code.pyFile · 0.45
permission_hookFunction · 0.45

Calls 1

_loadMethod · 0.95

Tested by 5

load_moduleFunction · 0.36
message_has_tool_useFunction · 0.36
load_course_moduleFunction · 0.36
load_s_full_moduleFunction · 0.36