Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ btck_block_get_hash
Function
btck_block_get_hash
src/kernel/bitcoinkernel.cpp:1190–1193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1188
}
1189
1190
btck_BlockHash* btck_block_get_hash(const btck_Block* block)
1191
{
1192
return btck_BlockHash::create(btck_Block::get(block)->GetHash());
1193
}
1194
1195
void btck_block_destroy(btck_Block* block)
1196
{
Callers
1
GetHash
Method · 0.85
Calls
2
get
Function · 0.85
GetHash
Method · 0.45
Tested by
no test coverage detected