Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
bool Troolean::isTrue()
160
{
161
return ((_value != 0) && (_value != -1));
162
}
163
164
165
bool Troolean::isFalse()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64