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

Function run_get_task

s15_agent_teams/code.py:242–246  ·  view source on GitHub ↗
(task_id: str)

Source from the content-addressed store, hash-verified

240
241
242def run_get_task(task_id: str) -> str:
243 try:
244 return get_task(task_id)
245 except FileNotFoundError:
246 return f"Error: Task {task_id} not found"
247
248
249def run_claim_task(task_id: str) -> str:

Callers

nothing calls this directly

Calls 1

get_taskFunction · 0.70

Tested by

no test coverage detected