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

Function run_claim_task

s19_mcp_plugin/code.py:808–809  ·  view source on GitHub ↗
(task_id: str)

Source from the content-addressed store, hash-verified

806 return get_task_json(task_id)
807
808def run_claim_task(task_id: str) -> str:
809 return claim_task(task_id, owner="agent")
810
811def run_complete_task(task_id: str) -> str:
812 return complete_task(task_id)

Callers

nothing calls this directly

Calls 1

claim_taskFunction · 0.70

Tested by

no test coverage detected