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

Method Trace

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

Source from the content-addressed store, hash-verified

709 size_t idx;
710
711 Trace() : addr(nullptr), idx(0) {}
712
713 explicit Trace(void* _addr, size_t _idx) : addr(_addr), idx(_idx) {}
714};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected