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

Method getGroupId

dependencies/hueplusplus-1.0.0/src/Scene.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211int Scene::getGroupId() const
212{
213 return std::stoi(state.getValue().value("group", "0"));
214}
215
216std::vector<int> Scene::getLightIds() const
217{

Callers 1

TEST_FFunction · 0.80

Calls 2

getValueMethod · 0.80
valueMethod · 0.45

Tested by 1

TEST_FFunction · 0.64