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

Method LastMessage

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

Source from the content-addressed store, hash-verified

7981}
7982
7983const char* DeathTest::LastMessage() {
7984 return last_death_test_message_.c_str();
7985}
7986
7987void DeathTest::set_last_death_test_message(const std::string& message) {
7988 last_death_test_message_ = message;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected