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

Function save_task

s15_agent_teams/code.py:79–80  ·  view source on GitHub ↗
(task: Task)

Source from the content-addressed store, hash-verified

77
78
79def save_task(task: Task):
80 _task_path(task.id).write_text(json.dumps(asdict(task), indent=2))
81
82
83def load_task(task_id: str) -> Task:

Callers 3

create_taskFunction · 0.70
claim_taskFunction · 0.70
complete_taskFunction · 0.70

Calls 1

_task_pathFunction · 0.70

Tested by

no test coverage detected