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

Method begin

backward.hpp:787–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785 return Trace(_stacktrace[idx + skip_n_firsts()], idx);
786 }
787 void *const *begin() const {
788 if (size()) {
789 return &_stacktrace[skip_n_firsts()];
790 }
791 return nullptr;
792 }
793
794protected:
795 std::vector<void *> _stacktrace;

Callers 10

load_stacktraceMethod · 0.80
read_symlinkMethod · 0.80
resolveMethod · 0.80
set_function_parametersFunction · 0.80
operator()Method · 0.80
TraceResolverImplMethod · 0.80
SourceFileClass · 0.80
operator()Method · 0.80
print_snippetMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64