MCPcopy Create free account
hub / github.com/codr7/hacktical-c / hc_task_list_init

Function hc_task_list_init

task/task.c:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15struct hc_task_list *hc_task_list_init(struct hc_task_list *tl) {
16 hc_list_init(&tl->tasks);
17 return tl;
18}
19
20void hc_task_list_run(const struct hc_task_list *tl) {
21 bool all_done = false;

Callers 1

task_testsFunction · 0.85

Calls 1

hc_list_initFunction · 0.85

Tested by 1

task_testsFunction · 0.68