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

Function Height

src/kernel/bitcoinkernel_wrapper.h:1171–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169 explicit ChainView(const btck_Chain* ptr) : View{ptr} {}
1170
1171 int32_t Height() const
1172 {
1173 return btck_chain_get_height(get());
1174 }
1175
1176 int32_t CountEntries() const
1177 {

Callers 1

FindForkMethod · 0.85

Calls 2

btck_chain_get_heightFunction · 0.85
getFunction · 0.85

Tested by

no test coverage detected