MCPcopy Create free account
hub / github.com/ElementsProject/elements / tip

Method tip

src/test/fuzz/versionbits.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 size_t size() const { return m_blocks.size(); }
80
81 CBlockIndex* tip() const
82 {
83 return m_blocks.empty() ? nullptr : m_blocks.back().get();
84 }
85
86 CBlockIndex* mine_block(bool signal)
87 {

Callers 1

FUZZ_TARGET_INITFunction · 0.80

Calls 2

emptyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected