MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator[]

Method operator[]

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

Source from the content-addressed store, hash-verified

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; }
767 size_t thread_id() const { return 0; }

Callers

nothing calls this directly

Calls 1

TraceClass · 0.85

Tested by

no test coverage detected