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