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

Method size

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

Source from the content-addressed store, hash-verified

761class StackTraceImpl {
762public:
763 size_t size() const { return 0; }
764 Trace operator[](size_t) const { return Trace(); }
765 size_t load_here(size_t = 0) { return 0; }
766 size_t load_from(void*, size_t = 0, void* = nullptr, void* = nullptr) { return 0; }

Callers 13

sizeMethod · 0.45
load_fromMethod · 0.45
load_hereMethod · 0.45
load_stacktraceMethod · 0.45
read_symlinkMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
TraceResolverImplMethod · 0.45
SourceFileMethod · 0.45
print_stacktraceMethod · 0.45
print_traceMethod · 0.45
SignalHandlingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected