Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Compaile/ctrack
/ nested_child_function
Function
nested_child_function
test/test_basic.cpp:38–42 ·
view source on GitHub ↗
Nested function hierarchy
Source
from the content-addressed store, hash-verified
36
37
// Nested function hierarchy
38
void nested_child_function()
39
{
40
CTRACK;
41
test_helpers::sleep_ms(5);
42
}
43
44
void nested_parent_function()
45
{
Callers
1
nested_parent_function
Function · 0.85
Calls
1
sleep_ms
Function · 0.85
Tested by
no test coverage detected