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

Method stacktrace make_some_stacktrace1

test/test_impl.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace1() {
64 boost::stacktrace::stacktrace result = make_some_stacktrace1_impl();
65 return result;
66}
67
68BOOST_ST_API BOOST_NOINLINE boost::stacktrace::stacktrace make_some_stacktrace2() {
69 boost::stacktrace::stacktrace result = make_some_stacktrace2_impl();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected