MCPcopy 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
35int64_t GetMockTime()
36{
37 return nMockTime.load(std::memory_order_relaxed);
38}
39
40int64_t GetTimeMillis()
41{

Callers 1

LogTimestampStrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected