MCPcopy 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
257int Scene::getAppdataVersion() const
258{
259 return state.getValue().at("appdata").at("version").get<int>();
260}
261
262void Scene::setAppdata(const std::string& data, int version)
263{

Callers 1

TEST_FFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TEST_FFunction · 0.64