Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
92
def
get_task_json(task_id: str) -> str:
93
return
json.dumps(asdict(load_task(task_id)), indent=2)
94
95
96
def
can_start(task_id: str) -> bool:
Callers
1
run_get_task
Function · 0.70
Calls
1
load_task
Function · 0.70
Tested by
no test coverage detected