MCPcopy 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
51int64_t GetMockTime()
52{
53 return nMockTime.load(std::memory_order_relaxed);
54}
55
56int64_t GetTimeMillis()
57{

Callers 1

LogTimestampStrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected