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

Function in_test_throw_1

test/test_from_exception.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_1(const char* msg) {
28 std::string new_msg{msg};
29 throw std::runtime_error(new_msg);
30}
31
32BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_2(const char* msg) {
33 std::string new_msg{msg};

Callers 7

in_test_rethrow_1Function · 0.70
in_test_rethrow_2Function · 0.70
test_nestedFunction · 0.70
test_rethrow_nestedFunction · 0.70
test_from_other_threadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected