MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getApplicationStartTime

Method getApplicationStartTime

src/Properties.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172std::time_t Properties::getApplicationStartTime() const {
173 base::MutexLock lock(_mutex);
174 return _appStartTime;
175}
176
177bool Properties::exitApplication() const {
178 base::MutexLock lock(_mutex);

Callers 1

doAddToXMLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected