MCPcopy Create free account
hub / github.com/apache/singa / AlwaysFalse

Function AlwaysFalse

test/gtest/gtest.h:7620–7620  ·  view source on GitHub ↗

Always returns false.

Source from the content-addressed store, hash-verified

7618
7619// Always returns false.
7620inline bool AlwaysFalse() { return !AlwaysTrue(); }
7621
7622// Helper for suppressing false warning from Clang on a const char*
7623// variable declared in a conditional expression always being NULL in

Callers 1

gtest-all.ccFile · 0.85

Calls 1

AlwaysTrueFunction · 0.85

Tested by

no test coverage detected