MCPcopy 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
413int task_manager_init(Config *config)
414{
415 // use global task_mgr
416 return task_manager_new(&task_mgr, config);
417}
418
419void task_manager_destroy()
420{

Callers 1

mainFunction · 0.85

Calls 1

task_manager_newFunction · 0.85

Tested by

no test coverage detected