Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class SystemClock : public Clock {
14
public:
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