Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ readBlockFromDisk
Method
readBlockFromDisk
src/blocksender.cpp:211–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
bool BlockSender::readBlockFromDisk(CBlock& block, const CBlockIndex* pindex) {
212
return ::ReadBlockFromDisk(block, pindex);
213
}
Callers
nothing calls this directly
Calls
1
ReadBlockFromDisk
Function · 0.85
Tested by
no test coverage detected