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