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

Function b

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

Source from the content-addressed store, hash-verified

44void c(StackTrace &st) { return d(st); }
45
46void b(StackTrace &st) { return c(st); }
47
48NOINLINE void a(StackTrace &st) { return b(st); }
49

Callers 1

aFunction · 0.85

Calls 1

cFunction · 0.85

Tested by

no test coverage detected