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

Function run_claim_task

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

Source from the content-addressed store, hash-verified

245
246
247def run_claim_task(task_id: str) -> str:
248 return claim_task(task_id, owner="agent")
249
250
251def run_complete_task(task_id: str) -> str:

Callers

nothing calls this directly

Calls 1

claim_taskFunction · 0.70

Tested by

no test coverage detected