Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombela/backward-cpp
/ rec
Function
rec
test/rectrace.cpp:38–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
int rec(stacktrace_t &st, int level) {
39
if (level <= 1) {
40
end_of_our_journey(st);
41
return 0;
42
}
43
return rec(st, level - 1);
44
}
45
46
namespace toto {
47
Callers
1
trampoline
Method · 0.85
Calls
1
end_of_our_journey
Function · 0.85
Tested by
no test coverage detected