Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ isSunday
Method
isSunday
dependencies/hueplusplus-1.0.0/src/TimePattern.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
bool Weekdays::isSunday() const
253
{
254
return (bitmask & 64) != 0;
255
}
256
257
std::string Weekdays::toString() const
258
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64