Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ load_stacktrace
Method
load_stacktrace
src/backward.h:1265–1268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1263
1264
template <class ST>
1265
void load_stacktrace(ST& st)
1266
{
1267
load_addresses(st.begin(), (int)st.size());
1268
}
1269
1270
virtual ResolvedTrace resolve(ResolvedTrace t) { return t; }
1271
Callers
1
print_stacktrace
Method · 0.80
Calls
2
begin
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected