MCPcopy 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_stacktraceMethod · 0.80
_get_traceMethod · 0.80

Calls 2

beginMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected