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

Method ExitedWithCode

tests/gtest/gtest-all.cc:7761–7762  ·  view source on GitHub ↗

ExitedWithCode constructor.

Source from the content-addressed store, hash-verified

7759
7760// ExitedWithCode constructor.
7761ExitedWithCode::ExitedWithCode(int exit_code) : exit_code_(exit_code) {
7762}
7763
7764// ExitedWithCode function-call operator.
7765bool ExitedWithCode::operator()(int exit_status) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected