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

Method size

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

Source from the content-addressed store, hash-verified

817class StackTraceImplHolder : public StackTraceImplBase {
818public:
819 size_t size() const { return (_stacktrace.size() >= skip_n_firsts()) ? _stacktrace.size() - skip_n_firsts() : 0; }
820 Trace operator[](size_t idx) const
821 {
822 if (idx >= size()) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected