Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/stacktrace
/ run_1
Function
run_1
example/terminate_handler.cpp:103–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
103
int run_1(const char* /*argv*/[]) {
104
setup_handlers();
105
foo(5);
106
return 11;
107
}
108
109
int run_2(const char* argv[]) {
110
if (!boost::filesystem::exists(
"./backtrace.dump"
)) {
Callers
1
main
Function · 0.85
Calls
2
setup_handlers
Function · 0.85
foo
Function · 0.70
Tested by
no test coverage detected