Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Compaile/ctrack
/ nested_function_a
Function
nested_function_a
examples/complex_multithreaded_puzzle.cpp:25–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void nested_function_a(int depth) {
26
CTRACK;
27
if (depth > 0) {
28
sleepy_function(5);
29
nested_function_a(depth - 1);
30
}
31
}
32
33
void nested_function_b(int depth) {
34
CTRACK;
Callers
1
complex_operation
Function · 0.85
Calls
1
sleepy_function
Function · 0.85
Tested by
no test coverage detected