Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/stacktrace
/ run_0
Function
run_0
example/terminate_handler.cpp:94–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
#endif
93
94
int run_0(const char* /*argv*/[]) {
95
//[getting_started_setup_terminate_handlers
96
std::set_terminate(&my_terminate_handler);
97
//]
98
foo(5);
99
return 1;
100
}
101
102
103
int run_1(const char* /*argv*/[]) {
Callers
1
main
Function · 0.85
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected