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

Method GetHeader

src/kernel/bitcoinkernel_wrapper.h:857–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855 }
856
857 BlockHeader GetHeader() const
858 {
859 return BlockHeader{btck_block_get_header(get())};
860 }
861
862 std::vector<std::byte> ToBytes() const
863 {

Callers 3

FUZZ_TARGETFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls 2

btck_block_get_headerFunction · 0.85
getFunction · 0.85

Tested by 3

FUZZ_TARGETFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36