MCPcopy 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
35int64_t GetAdjustedTime()
36{
37 return GetTime() + GetTimeOffset();
38}
39
40static int64_t abs64(int64_t n)
41{

Callers 15

UpdateTimeFunction · 0.85
CreateNewBlockMethod · 0.85
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.85
ProcessMessageFunction · 0.85
SendMessagesMethod · 0.85
AppInitMainFunction · 0.85
Add_Method · 0.85
ResolveCollisions_Method · 0.85
CheckFinalTxFunction · 0.85
AcceptBlockHeaderMethod · 0.85
TestBlockValidityFunction · 0.85
CAddrInfoClass · 0.85

Calls 2

GetTimeFunction · 0.85
GetTimeOffsetFunction · 0.85

Tested by 3

TestBlockValidityFunction · 0.68
SimConnFailMethod · 0.68
BOOST_AUTO_TEST_CASEFunction · 0.68