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

Method WriteLastBlockFile

src/persistence/blockdb.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138bool CBlockDBCache::WriteLastBlockFile(int32_t nFile) {
139 return last_block_file_cache.SetData(nFile);
140}
141bool CBlockDBCache::ReadLastBlockFile(int32_t &nFile) {
142 return last_block_file_cache.GetData(nFile);
143}

Callers 1

FindBlockPosFunction · 0.80

Calls 1

SetDataMethod · 0.45

Tested by

no test coverage detected