MCPcopy Create free account
hub / github.com/bombela/backward-cpp / load_here

Method load_here

backward.hpp:720–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718 size_t size() const { return 0; }
719 Trace operator[](size_t) const { return Trace(); }
720 size_t load_here(size_t = 0) { return 0; }
721 size_t load_from(void *, size_t = 0, void * = nullptr, void * = nullptr) {
722 return 0;
723 }

Callers 6

handleSignalMethod · 0.45
handle_stacktraceMethod · 0.45
end_of_our_journeyFunction · 0.45
collect_traceFunction · 0.45
dFunction · 0.45
_get_traceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected