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

Function set_should_run

tests/gtest/gtest.h:13368–13368  ·  view source on GitHub ↗

Sets the should_run member.

Source from the content-addressed store, hash-verified

13366
13367 // Sets the should_run member.
13368 void set_should_run(bool should) { should_run_ = should; }
13369
13370 // Adds a TestInfo to this test suite. Will delete the TestInfo upon
13371 // destruction of the TestSuite object.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected