MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Time

Method Time

src/chain.h:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 bool HaveNumChainTxs() const { return m_chain_tx_count != 0; }
215
216 NodeSeconds Time() const
217 {
218 return NodeSeconds{std::chrono::seconds{nTime}};
219 }
220
221 int64_t GetBlockTime() const
222 {

Callers 5

CanDirectFetchMethod · 0.45
SendMessagesMethod · 0.45
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected