MCPcopy Create free account
hub / github.com/boostorg/stacktrace / in_test_rethrow_2

Function in_test_rethrow_2

test/test_from_exception.cpp:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_rethrow_2(const char* msg) {
46 try {
47 in_test_throw_2(msg);
48 } catch (const std::exception&) {
49 try {
50 in_test_throw_1(msg);
51 } catch (const std::exception&) {}
52
53 throw;
54 }
55}
56
57BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void test_no_exception() {
58 auto trace = stacktrace::from_current_exception();

Callers 1

Calls 2

in_test_throw_2Function · 0.85
in_test_throw_1Function · 0.70

Tested by

no test coverage detected