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

Function summary

tests/gtest/gtest.h:11740–11740  ·  view source on GitHub ↗

Gets the summary of the failure message.

Source from the content-addressed store, hash-verified

11738
11739 // Gets the summary of the failure message.
11740 const char* summary() const { return summary_.c_str(); }
11741
11742 // Gets the message associated with the test part.
11743 const char* message() const { return message_.c_str(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected