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

Function c

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

Source from the content-addressed store, hash-verified

42void d(StackTrace &st) { st.load_here(); }
43
44void c(StackTrace &st) { return d(st); }
45
46void b(StackTrace &st) { return c(st); }
47

Callers 1

bFunction · 0.85

Calls 1

dFunction · 0.85

Tested by

no test coverage detected