Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FindFork
Method · 0.85
Calls
2
btck_chain_get_height
Function · 0.85
get
Function · 0.85
Tested by
no test coverage detected