MCPcopy 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
26BOOST_NOINLINE void foo(int i) {
27 bar(--i);
28}
29
30int main() {
31 foo(5);

Callers 2

barFunction · 0.70
mainFunction · 0.70

Calls 1

barFunction · 0.70

Tested by

no test coverage detected