MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / load_here

Method load_here

external/include/backward/backward.hpp:731–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729 size_t size() const { return 0; }
730 Trace operator[](size_t) const { return Trace(); }
731 size_t load_here(size_t = 0) { return 0; }
732 size_t load_from(void *, size_t = 0, void * = nullptr, void * = nullptr) {
733 return 0;
734 }

Callers 3

getStackTraceFunction · 0.45
handleSignalMethod · 0.45
handle_stacktraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected