MCPcopy
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
137def load_tasks():
138 task_data_dir = get_task_data_dir()
139 return atomic_json_read(task_data_dir / 'tasks_source.json', [])
140
141
142def save_tasks(tasks):

Callers 15

handle_task_actionFunction · 0.85
handle_archive_taskFunction · 0.85
update_task_todosFunction · 0.85
handle_create_taskFunction · 0.85
handle_review_actionFunction · 0.85
get_scheduler_stateFunction · 0.85
handle_scheduler_retryFunction · 0.85
handle_scheduler_scanFunction · 0.85
handle_repair_flow_orderFunction · 0.85

Calls 2

atomic_json_readFunction · 0.90
get_task_data_dirFunction · 0.85

Tested by

no test coverage detected