MCPcopy 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

GetMedianTimePastMethod · 0.45
GetNextWorkRequiredFunction · 0.45
BlockRequestAllowedMethod · 0.45
UpdatedBlockTipMethod · 0.45
ProcessGetBlockDataMethod · 0.45
AppInitMainFunction · 0.45
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.45
InvalidChainFoundMethod · 0.45
ContextualCheckBlockFunction · 0.45
LoadChainTipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected