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

Function _task_path

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

Source from the content-addressed store, hash-verified

60
61
62def _task_path(task_id: str) -> Path:
63 return TASKS_DIR / f"{task_id}.json"
64
65
66def 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