MCPcopy Create free account
hub / github.com/Compaile/ctrack / multi_child_1

Function multi_child_1

test/test_nested.cpp:95–98  ·  view source on GitHub ↗

Multiple children functions

Source from the content-addressed store, hash-verified

93
94// Multiple children functions
95void multi_child_1(int sleep_ms) {
96 CTRACK;
97 test_helpers::sleep_ms(sleep_ms);
98}
99
100void multi_child_2(int sleep_ms) {
101 CTRACK;

Callers 1

multi_parentFunction · 0.85

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected