Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
bool Group::getActionOn()
104
{
105
return state.getValue().at(
"action"
).at(
"on"
).get<bool>();
106
}
107
bool Group::getActionOn() const
108
{
109
return state.getValue().at(
"action"
).at(
"on"
).get<bool>();
Callers
1
TEST_F
Function · 0.80
Calls
1
getValue
Method · 0.80
Tested by
1
TEST_F
Function · 0.64