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

Function nested_parent_function

test/test_basic.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void nested_parent_function()
45{
46 CTRACK;
47 test_helpers::sleep_ms(5);
48 nested_child_function();
49}
50
51// Recursive function
52int recursive_factorial(int n)

Callers 1

test_basic.cppFile · 0.85

Calls 2

sleep_msFunction · 0.85
nested_child_functionFunction · 0.85

Tested by

no test coverage detected