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

Method ReadBlockFileInfo

src/node/blockstorage.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66// BlockTreeDB::ReadFlag("txindex")
67
68bool BlockTreeDB::ReadBlockFileInfo(int nFile, CBlockFileInfo& info)
69{
70 return Read(std::make_pair(DB_BLOCK_FILES, nFile), info);
71}
72
73void BlockTreeDB::WriteReindexing(bool fReindexing)
74{

Callers 2

block_index.cppFile · 0.80
LoadBlockIndexDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected