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

Method getActionOn

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

Source from the content-addressed store, hash-verified

101}
102
103bool Group::getActionOn()
104{
105 return state.getValue().at("action").at("on").get<bool>();
106}
107bool Group::getActionOn() const
108{
109 return state.getValue().at("action").at("on").get<bool>();

Callers 1

TEST_FFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.64