Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetBlockTime
Method
GetBlockTime
src/chain.h:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
int64_t GetBlockTime() const
222
{
223
return (int64_t)nTime;
224
}
225
226
int64_t GetBlockTimeMax() const
227
{
Callers
12
GetMedianTimePast
Method · 0.45
GetNextWorkRequired
Function · 0.45
CalculateNextWorkRequired
Function · 0.45
BlockRequestAllowed
Method · 0.45
UpdatedBlockTip
Method · 0.45
ProcessGetBlockData
Method · 0.45
AppInitMain
Function · 0.45
EXCLUSIVE_LOCKS_REQUIRED
Function · 0.45
InvalidChainFound
Method · 0.45
ContextualCheckBlock
Function · 0.45
LoadChainTip
Method · 0.45
GuessVerificationProgress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected