Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetMockTime
Function
GetMockTime
src/utiltime.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
int64_t GetMockTime()
36
{
37
return nMockTime.load(std::memory_order_relaxed);
38
}
39
40
int64_t GetTimeMillis()
41
{
Callers
1
LogTimestampStr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected