MCPcopy 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
222bool Weekdays::isMonday() const
223{
224 return (bitmask & 1) != 0;
225}
226
227bool Weekdays::isTuesday() const
228{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64