MCPcopy Create free account
hub / github.com/chen3feng/toft / StartTime

Method StartTime

system/time/clock.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14public:
15 explicit SystemClock(int id) : m_id(id) {}
16 virtual int64_t StartTime() {
17 return 19700101000000L;
18 }
19 virtual int64_t MicroSeconds() {
20 timespec ts;
21 if (clock_gettime(m_id, &ts) < 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected