Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ isAll
Method
isAll
dependencies/hueplusplus-1.0.0/src/TimePattern.cpp:216–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
}
215
216
bool Weekdays::isAll() const
217
{
218
// Check all 7 bits are set
219
return bitmask == (1 << 7) - 1;
220
}
221
222
bool Weekdays::isMonday() const
223
{
Callers
2
TEST
Function · 0.80
toString
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64