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

Function in_test_rethrow_1

test/test_from_exception.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_rethrow_1(const char* msg) {
38 try {
39 in_test_throw_1(msg);
40 } catch (const std::exception&) {
41 throw;
42 }
43}
44
45BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_rethrow_2(const char* msg) {
46 try {

Callers 1

test_rethrowFunction · 0.85

Calls 1

in_test_throw_1Function · 0.70

Tested by

no test coverage detected