MCPcopy Create free account
hub / github.com/bombela/backward-cpp / TEST

Function TEST

test/stacktrace.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31void collect_trace(StackTrace &st) { st.load_here(); }
32
33TEST(minitrace) {
34 Printer printer;
35
36 StackTrace st;
37 collect_trace(st);
38
39 printer.print(st, std::cout);
40}
41
42void d(StackTrace &st) { st.load_here(); }
43

Callers

nothing calls this directly

Calls 3

collect_traceFunction · 0.85
aFunction · 0.85
printMethod · 0.80

Tested by

no test coverage detected