MCPcopy 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
252bool Weekdays::isSunday() const
253{
254 return (bitmask & 64) != 0;
255}
256
257std::string Weekdays::toString() const
258{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64