MCPcopy 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
103int run_1(const char* /*argv*/[]) {
104 setup_handlers();
105 foo(5);
106 return 11;
107}
108
109int run_2(const char* argv[]) {
110 if (!boost::filesystem::exists("./backtrace.dump")) {

Callers 1

mainFunction · 0.85

Calls 2

setup_handlersFunction · 0.85
fooFunction · 0.70

Tested by

no test coverage detected