MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetMockTime

Function GetMockTime

src/util/time.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123std::chrono::seconds GetMockTime()
124{
125 return std::chrono::seconds(nMockTime.load(std::memory_order_relaxed));
126}
127
128int64_t GetTimeMillis()
129{

Callers 1

LogTimestampStrMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected