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

Method GetHash

src/kernel/bitcoinkernel_wrapper.h:852–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850 MAKE_RANGE_METHOD(Transactions, Block, &Block::CountTransactions, &Block::GetTransaction, *this)
851
852 BlockHash GetHash() const
853 {
854 return BlockHash{btck_block_get_hash(get())};
855 }
856
857 BlockHeader GetHeader() const
858 {

Callers 13

FinalizeHashFunction · 0.45
operator()Method · 0.45
LimitMemoryUsageMethod · 0.45
removeForBlockMethod · 0.45
CMainParamsMethod · 0.45
CTestNetParamsMethod · 0.45
CTestNet4ParamsMethod · 0.45
SigNetParamsMethod · 0.45
CRegTestParamsMethod · 0.45
btck_block_get_hashFunction · 0.45

Calls 2

btck_block_get_hashFunction · 0.85
getFunction · 0.85

Tested by

no test coverage detected