Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void nested_parent_function()
45
{
46
CTRACK;
47
test_helpers::sleep_ms(5);
48
nested_child_function();
49
}
50
51
// Recursive function
52
int recursive_factorial(int n)
Callers
1
test_basic.cpp
File · 0.85
Calls
2
sleep_ms
Function · 0.85
nested_child_function
Function · 0.85
Tested by
no test coverage detected