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

Method getLastUpdated

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

Source from the content-addressed store, hash-verified

271}
272
273time::AbsoluteTime Scene::getLastUpdated() const
274{
275 return time::AbsoluteTime::parseUTC(state.getValue().at("lastupdated").get<std::string>());
276}
277
278int Scene::getVersion() const
279{

Callers 4

TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45
Sensor.hFile · 0.45

Calls 1

getValueMethod · 0.80

Tested by 3

TEST_FFunction · 0.36
TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36