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

Function AlwaysFalse

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

Always returns false.

Source from the content-addressed store, hash-verified

7250
7251// Always returns false.
7252inline bool AlwaysFalse() { return !AlwaysTrue(); }
7253
7254// Helper for suppressing false warning from Clang on a const char*
7255// variable declared in a conditional expression always being NULL in

Callers 1

ColoredPrintfFunction · 0.85

Calls 1

AlwaysTrueFunction · 0.85

Tested by

no test coverage detected