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

Method SystemClock

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

Source from the content-addressed store, hash-verified

13class SystemClock : public Clock {
14public:
15 explicit SystemClock(int id) : m_id(id) {}
16 virtual int64_t StartTime() {
17 return 19700101000000L;
18 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected