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

Method ctx

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

Source from the content-addressed store, hash-verified

4391
4392private:
4393 static CONTEXT* ctx()
4394 {
4395 static CONTEXT data;
4396 return &data;
4397 }
4398
4399 enum class crash_status { running, crashed, normal_exit, ending };
4400

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected