MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / Scene

Method Scene

dependencies/hueplusplus-1.0.0/src/Scene.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153Scene::Scene(const std::string& id, const std::shared_ptr<APICache>& baseCache)
154 : id(id), state(baseCache, id, baseCache->getRefreshDuration())
155{ }
156
157Scene::Scene(const std::string& id, const HueCommandAPI& commands, std::chrono::steady_clock::duration refreshDuration,
158 const nlohmann::json& currentState)

Callers

nothing calls this directly

Calls 1

getRefreshDurationMethod · 0.80

Tested by

no test coverage detected