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

Function _task_path

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

Source from the content-addressed store, hash-verified

61
62
63def _task_path(task_id: str) -> Path:
64 return TASKS_DIR / f"{task_id}.json"
65
66
67def create_task(subject: str, description: str = "",

Callers 4

save_taskFunction · 0.70
load_taskFunction · 0.70
can_startFunction · 0.70
claim_taskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected