Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
time::AbsoluteTime Schedule::getStartTime() const
94
{
95
return time::AbsoluteTime::parse(state.getValue().at(
"starttime"
).get<std::string>());
96
}
97
98
void Schedule::setName(const std::string& name)
99
{
Callers
2
TEST_F
Function · 0.45
TEST
Function · 0.45
Calls
2
getValue
Method · 0.80
parse
Function · 0.50
Tested by
2
TEST_F
Function · 0.36
TEST
Function · 0.36