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

Function in_test_throw_2

test/test_from_exception.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_throw_2(const char* msg) {
33 std::string new_msg{msg};
34 throw std::logic_error(new_msg);
35}
36
37BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void in_test_rethrow_1(const char* msg) {
38 try {

Callers 5

in_test_rethrow_2Function · 0.85
test_nestedFunction · 0.85
test_rethrow_nestedFunction · 0.85
test_from_other_threadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected