Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CalcProgrammer1/OpenRGB
/ isLocked
Method
isLocked
dependencies/hueplusplus-1.0.0/src/Scene.cpp:247–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
bool Scene::isLocked() const
248
{
249
return state.getValue().at(
"locked"
).get<bool>();
250
}
251
252
std::string Scene::getAppdata() const
253
{
Callers
1
TEST_F
Function · 0.80
Calls
1
getValue
Method · 0.80
Tested by
1
TEST_F
Function · 0.64