MCPcopy 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
216bool Weekdays::isAll() const
217{
218 // Check all 7 bits are set
219 return bitmask == (1 << 7) - 1;
220}
221
222bool Weekdays::isMonday() const
223{

Callers 2

TESTFunction · 0.80
toStringMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64