Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ getAllOn
Method
getAllOn
dependencies/hueplusplus-1.0.0/src/Group.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
bool Group::getAllOn()
86
{
87
return state.getValue().at(
"state"
).at(
"all_on"
).get<bool>();
88
}
89
bool Group::getAllOn() const
90
{
91
return state.getValue().at(
"state"
).at(
"all_on"
).get<bool>();
Callers
1
TEST_F
Function · 0.80
Calls
1
getValue
Method · 0.80
Tested by
1
TEST_F
Function · 0.64