Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cft0808/edict
/ load_tasks
Function
load_tasks
dashboard/server.py:137–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
136
137
def
load_tasks():
138
task_data_dir = get_task_data_dir()
139
return
atomic_json_read(task_data_dir /
'tasks_source.json'
, [])
140
141
142
def
save_tasks(tasks):
Callers
15
handle_task_action
Function · 0.85
handle_archive_task
Function · 0.85
update_task_todos
Function · 0.85
handle_create_task
Function · 0.85
handle_review_action
Function · 0.85
get_scheduler_state
Function · 0.85
handle_scheduler_retry
Function · 0.85
handle_scheduler_escalate
Function · 0.85
handle_scheduler_rollback
Function · 0.85
handle_scheduler_scan
Function · 0.85
_startup_recover_queued_dispatches
Function · 0.85
handle_repair_flow_order
Function · 0.85
Calls
2
atomic_json_read
Function · 0.90
get_task_data_dir
Function · 0.85
Tested by
no test coverage detected