Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ isMonday
Method
isMonday
dependencies/hueplusplus-1.0.0/src/TimePattern.cpp:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
bool Weekdays::isMonday() const
223
{
224
return (bitmask & 1) != 0;
225
}
226
227
bool Weekdays::isTuesday() const
228
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64