Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void c(StackTrace &st) { return d(st); }
45
46
void b(StackTrace &st) { return c(st); }
47
48
NOINLINE void a(StackTrace &st) { return b(st); }
49
Callers
1
a
Function · 0.85
Calls
1
c
Function · 0.85
Tested by
no test coverage detected