Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
bool Troolean::isFalse()
166
{
167
return _value == 0;
168
}
169
170
171
bool Troolean::isUnknown()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64