MCPcopy Create free account
hub / github.com/BVLC/caffe / LastMessage

Method LastMessage

src/gtest/gtest-all.cpp:6507–6509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6505}
6506
6507const char* DeathTest::LastMessage() {
6508 return last_death_test_message_.c_str();
6509}
6510
6511void DeathTest::set_last_death_test_message(const String& message) {
6512 last_death_test_message_ = message;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected