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

Method Test

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

The c'tor saves the states of all flags.

Source from the content-addressed store, hash-verified

3737
3738// The c'tor saves the states of all flags.
3739Test::Test()
3740 : gtest_flag_saver_(new GTEST_FLAG_SAVER_) {
3741}
3742
3743// The d'tor restores the states of all flags. The actual work is
3744// done by the d'tor of the gtest_flag_saver_ field, and thus not

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected