MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / begin

Method begin

src/backward.h:827–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825 return Trace(_stacktrace[idx + skip_n_firsts()], idx);
826 }
827 void* const* begin() const
828 {
829 if (size()) {
830 return &_stacktrace[skip_n_firsts()];
831 }
832 return nullptr;
833 }
834
835protected:
836 std::vector<void*> _stacktrace;

Callers 11

load_stacktraceMethod · 0.45
read_symlinkMethod · 0.45
resolveMethod · 0.45
set_function_parametersFunction · 0.45
operator()Method · 0.45
TraceResolverImplMethod · 0.45
SourceFileClass · 0.45
operator()Method · 0.45
print_snippetMethod · 0.45
trimFunction · 0.45
read_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected