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

Method ReadReindexing

src/persistence/blockdb.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 return reindex_cache.EraseData();
169}
170bool CBlockDBCache::ReadReindexing(bool &fReindexing) {
171 return reindex_cache.GetData(fReindexing);
172}
173
174bool CBlockDBCache::WriteFlag(const string &name, bool fValue) {
175 return flag_cache.SetData(name, fValue);

Callers 1

LoadBlockIndexDBFunction · 0.80

Calls 1

GetDataMethod · 0.45

Tested by

no test coverage detected