MCPcopy Create free account
hub / github.com/TASEmulators/fceux / begin

Method begin

src/utils/backward.hpp:573–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571 return Trace(_stacktrace[idx + skip_n_firsts()], idx);
572 }
573 void** begin() {
574 if (size()) {
575 return &_stacktrace[skip_n_firsts()];
576 }
577 return 0;
578 }
579
580protected:
581 std::vector<void*> _stacktrace;

Callers 4

load_stacktraceMethod · 0.45
SourceFileClass · 0.45
operator()Method · 0.45
print_snippetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected