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

Function a

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

Source from the content-addressed store, hash-verified

46void b(StackTrace &st) { return c(st); }
47
48NOINLINE void a(StackTrace &st) { return b(st); }
49
50TEST(smalltrace) {
51 Printer printer;

Callers 1

TESTFunction · 0.85

Calls 1

bFunction · 0.85

Tested by

no test coverage detected