Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ GetMockTime
Function
GetMockTime
src/commons/util/time.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
int64_t GetMockTime()
52
{
53
return nMockTime.load(std::memory_order_relaxed);
54
}
55
56
int64_t GetTimeMillis()
57
{
Callers
1
LogTimestampStr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected