Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void BlockTreeDB::ReadReindexing(bool& fReindexing)
83
{
84
fReindexing = Exists(DB_REINDEX_FLAG);
85
}
86
87
bool BlockTreeDB::ReadLastBlockFile(int& nFile)
88
{
Callers
2
block_index.cpp
File · 0.80
LoadBlockIndexDB
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected