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

Function test_no_exception

test/test_from_exception.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void test_no_exception() {
58 auto trace = stacktrace::from_current_exception();
59 BOOST_TEST(!trace);
60}
61
62BOOST_NOINLINE BOOST_SYMBOL_VISIBLE void test_trace_from_exception() {
63 // const test_no_pending_on_finish guard{}; // something strange

Callers 1

mainFunction · 0.85

Calls 1

from_current_exceptionFunction · 0.85

Tested by

no test coverage detected