Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/stacktrace
/ foo
Function
foo
example/user_config.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
BOOST_NOINLINE void foo(int i) {
27
bar(--i);
28
}
29
30
int main() {
31
foo(5);
Callers
2
bar
Function · 0.70
main
Function · 0.70
Calls
1
bar
Function · 0.70
Tested by
no test coverage detected