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