MCPcopy 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
94int 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
103int run_1(const char* /*argv*/[]) {

Callers 1

mainFunction · 0.85

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected