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

Method context

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

Source from the content-addressed store, hash-verified

801
802 void set_context(void* context) { _context = context; }
803 void* context() const { return _context; }
804
805 void set_error_addr(void* error_addr) { _error_addr = error_addr; }
806 void* error_addr() const { return _error_addr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected