Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetAdjustedTime
Function
GetAdjustedTime
src/timedata.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
int64_t GetAdjustedTime()
36
{
37
return GetTime() + GetTimeOffset();
38
}
39
40
static int64_t abs64(int64_t n)
41
{
Callers
15
UpdateTime
Function · 0.85
CreateNewBlock
Method · 0.85
EXCLUSIVE_LOCKS_REQUIRED
Function · 0.85
ProcessMessage
Function · 0.85
SendMessages
Method · 0.85
AppInitMain
Function · 0.85
Add_
Method · 0.85
ResolveCollisions_
Method · 0.85
CheckFinalTx
Function · 0.85
AcceptBlockHeader
Method · 0.85
TestBlockValidity
Function · 0.85
CAddrInfo
Class · 0.85
Calls
2
GetTime
Function · 0.85
GetTimeOffset
Function · 0.85
Tested by
3
TestBlockValidity
Function · 0.68
SimConnFail
Method · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68