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

Function run_get_task

s13_background_tasks/code.py:240–244  ·  view source on GitHub ↗
(task_id: str)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

get_taskFunction · 0.70

Tested by

no test coverage detected