Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombela/backward-cpp
/ load_stacktrace
Method
load_stacktrace
backward.hpp:1226–1228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1224
}
1225
1226
template <class ST> void load_stacktrace(ST &st) {
1227
load_addresses(st.begin(), (int)st.size());
1228
}
1229
1230
virtual ResolvedTrace resolve(ResolvedTrace t) { return t; }
1231
Callers
2
print_stacktrace
Method · 0.80
_get_trace
Method · 0.80
Calls
2
begin
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected