Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shareAI-lab/learn-claude-code
/ _task_path
Function
_task_path
s13_background_tasks/code.py:63–64 ·
view source on GitHub ↗
(task_id: str)
Source
from the content-addressed store, hash-verified
61
62
63
def
_task_path(task_id: str) -> Path:
64
return
TASKS_DIR / f
"{task_id}.json"
65
66
67
def
create_task(subject: str, description: str =
""
,
Callers
4
save_task
Function · 0.70
load_task
Function · 0.70
can_start
Function · 0.70
claim_task
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected