Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
int Scene::getGroupId() const
212
{
213
return std::stoi(state.getValue().value(
"group"
,
"0"
));
214
}
215
216
std::vector<int> Scene::getLightIds() const
217
{
Callers
1
TEST_F
Function · 0.80
Calls
2
getValue
Method · 0.80
value
Method · 0.45
Tested by
1
TEST_F
Function · 0.64