Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
struct hc_task_list *hc_task_list_init(struct hc_task_list *tl) {
16
hc_list_init(&tl->tasks);
17
return tl;
18
}
19
20
void hc_task_list_run(const struct hc_task_list *tl) {
21
bool all_done = false;
Callers
1
task_tests
Function · 0.85
Calls
1
hc_list_init
Function · 0.85
Tested by
1
task_tests
Function · 0.68