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

Function run_get_task

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

Source from the content-addressed store, hash-verified

803
804
805def run_get_task(task_id: str) -> str:
806 return get_task_json(task_id)
807
808def run_claim_task(task_id: str) -> str:
809 return claim_task(task_id, owner="agent")

Callers

nothing calls this directly

Calls 1

get_task_jsonFunction · 0.70

Tested by

no test coverage detected