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

Method set_status

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

Source from the content-addressed store, hash-verified

8013 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
8014 int status() const { return status_; }
8015 void set_status(int a_status) { status_ = a_status; }
8016 DeathTestOutcome outcome() const { return outcome_; }
8017 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
8018 int read_fd() const { return read_fd_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected