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

Method isTrue

libraries/Troolean/Troolean.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159bool Troolean::isTrue()
160{
161 return ((_value != 0) && (_value != -1));
162}
163
164
165bool Troolean::isFalse()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64