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

Method size

backward.hpp:718–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716template <typename TAG> class StackTraceImpl {
717public:
718 size_t size() const { return 0; }
719 Trace operator[](size_t) const { return Trace(); }
720 size_t load_here(size_t = 0) { return 0; }
721 size_t load_from(void *, size_t = 0, void * = nullptr, void * = nullptr) {

Callers 15

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 1

whatMethod · 0.36