Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
std::chrono::seconds GetMockTime()
124
{
125
return std::chrono::seconds(nMockTime.load(std::memory_order_relaxed));
126
}
127
128
int64_t GetTimeMillis()
129
{
Callers
1
LogTimestampStr
Method · 0.85
Calls
1
load
Method · 0.45
Tested by
no test coverage detected