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

Function default_result_printer

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

Returns the standard listener responsible for the default console output. Can be removed from the listeners list to shut down default console output. Note that removing this object from the listener list with Release transfers its ownership to the caller and makes this function return NULL the next time.

Source from the content-addressed store, hash-verified

13628 // with Release transfers its ownership to the caller and makes this
13629 // function return NULL the next time.
13630 TestEventListener* default_result_printer() const {
13631 return default_result_printer_;
13632 }
13633
13634 // Returns the standard listener responsible for the default XML output
13635 // controlled by the --gtest_output=xml flag. Can be removed from the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected