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

Method getStartTime

dependencies/hueplusplus-1.0.0/src/Schedule.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93time::AbsoluteTime Schedule::getStartTime() const
94{
95 return time::AbsoluteTime::parse(state.getValue().at("starttime").get<std::string>());
96}
97
98void Schedule::setName(const std::string& name)
99{

Callers 2

TEST_FFunction · 0.45
TESTFunction · 0.45

Calls 2

getValueMethod · 0.80
parseFunction · 0.50

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36