Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
bool Group::getAnyOn()
95
{
96
return state.getValue().at(
"state"
).at(
"any_on"
).get<bool>();
97
}
98
bool Group::getAnyOn() const
99
{
100
return state.getValue().at(
"state"
).at(
"any_on"
).get<bool>();
Callers
1
TEST_F
Function · 0.80
Calls
1
getValue
Method · 0.80
Tested by
1
TEST_F
Function · 0.64