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

Function InitDeathTestSubprocessControlInfo

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

Source from the content-addressed store, hash-verified

1164
1165#if GTEST_HAS_DEATH_TEST
1166 void InitDeathTestSubprocessControlInfo() {
1167 internal_run_death_test_flag_.reset(ParseInternalRunDeathTestFlag());
1168 }
1169 // Returns a pointer to the parsed --gtest_internal_run_death_test
1170 // flag, or NULL if that flag was not specified.
1171 // This information is useful only in a death test child process.

Callers 1

PostFlagParsingInitMethod · 0.85

Calls 2

resetMethod · 0.80

Tested by

no test coverage detected