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

Function get_task_json

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

Source from the content-addressed store, hash-verified

90
91
92def get_task_json(task_id: str) -> str:
93 return json.dumps(asdict(load_task(task_id)), indent=2)
94
95
96def can_start(task_id: str) -> bool:

Callers 1

run_get_taskFunction · 0.70

Calls 1

load_taskFunction · 0.70

Tested by

no test coverage detected