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

Function set_catch_exceptions

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

Used by UnitTest::Run() to capture the state of GTEST_FLAG(catch_exceptions) at the moment it starts.

Source from the content-addressed store, hash-verified

1224 // Used by UnitTest::Run() to capture the state of
1225 // GTEST_FLAG(catch_exceptions) at the moment it starts.
1226 void set_catch_exceptions(bool value) { catch_exceptions_ = value; }
1227
1228 // The UnitTest object that owns this implementation object.
1229 UnitTest* const parent_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected