MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / getAnyOn

Method getAnyOn

dependencies/hueplusplus-1.0.0/src/Group.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool Group::getAnyOn()
95{
96 return state.getValue().at("state").at("any_on").get<bool>();
97}
98bool Group::getAnyOn() const
99{
100 return state.getValue().at("state").at("any_on").get<bool>();

Callers 1

TEST_FFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.64