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

Method ReadLastBlockFile

src/node/blockstorage.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool BlockTreeDB::ReadLastBlockFile(int& nFile)
88{
89 return Read(DB_LAST_BLOCK, nFile);
90}
91
92void BlockTreeDB::WriteBatchSync(const std::vector<std::pair<int, const CBlockFileInfo*>>& fileInfo, int nLastFile, const std::vector<const CBlockIndex*>& blockinfo)
93{

Callers 2

block_index.cppFile · 0.80
LoadBlockIndexDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected