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

Function crash_backtrace

tests/resources/lambda_function.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30invocation_response crash_backtrace(invocation_request const& /*request*/)
31{
32 throw std::runtime_error("barf");
33 return invocation_response::failure("unreachable", "unreachable");
34}
35
36int main(int argc, char* argv[])
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected