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

Function internal_run_death_test_flag

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

Returns a pointer to the parsed --gtest_internal_run_death_test flag, or NULL if that flag was not specified. This information is useful only in a death test child process. Must not be called before a call to InitGoogleTest.

Source from the content-addressed store, hash-verified

1171 // This information is useful only in a death test child process.
1172 // Must not be called before a call to InitGoogleTest.
1173 const InternalRunDeathTestFlag* internal_run_death_test_flag() const {
1174 return internal_run_death_test_flag_.get();
1175 }
1176
1177 // Returns a pointer to the current death test factory.
1178 internal::DeathTestFactory* death_test_factory() {

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected