MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / isFalse

Method isFalse

libraries/Troolean/Troolean.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164
165bool Troolean::isFalse()
166{
167 return _value == 0;
168}
169
170
171bool Troolean::isUnknown()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64