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

Method ReadReindexing

src/node/blockstorage.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void BlockTreeDB::ReadReindexing(bool& fReindexing)
83{
84 fReindexing = Exists(DB_REINDEX_FLAG);
85}
86
87bool BlockTreeDB::ReadLastBlockFile(int& nFile)
88{

Callers 2

block_index.cppFile · 0.80
LoadBlockIndexDBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected