Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ ReadLastBlockFile
Method
ReadLastBlockFile
src/txdb.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
bool CBlockTreeDB::ReadLastBlockFile(int& nFile)
172
{
173
return Read(DB_LAST_BLOCK, nFile);
174
}
175
176
bool CCoinsViewDB::GetStats(CCoinsStats& stats) const
177
{
Callers
1
LoadBlockIndexDB
Function · 0.80
Calls
1
Read
Class · 0.85
Tested by
no test coverage detected