Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Netis/cloud-probe
/ task_manager_init
Function
task_manager_init
cpworker/src/task.c:413–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
}
412
413
int task_manager_init(Config *config)
414
{
415
// use global task_mgr
416
return task_manager_new(&task_mgr, config);
417
}
418
419
void task_manager_destroy()
420
{
Callers
1
main
Function · 0.85
Calls
1
task_manager_new
Function · 0.85
Tested by
no test coverage detected