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

Function catch_exceptions

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

Returns the value of GTEST_FLAG(catch_exceptions) at the moment UnitTest::Run() starts.

Source from the content-addressed store, hash-verified

1217 // Returns the value of GTEST_FLAG(catch_exceptions) at the moment
1218 // UnitTest::Run() starts.
1219 bool catch_exceptions() const { return catch_exceptions_; }
1220
1221 private:
1222 friend class ::testing::UnitTest;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected