Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ ReadBlockFileInfo
Method
ReadBlockFileInfo
src/txdb.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool CBlockTreeDB::ReadBlockFileInfo(int nFile, CBlockFileInfo& info)
148
{
149
return Read(make_pair(DB_BLOCK_FILES, nFile), info);
150
}
151
152
bool CBlockTreeDB::WriteLastBlockFile(int nFile)
153
{
Callers
1
LoadBlockIndexDB
Function · 0.80
Calls
1
Read
Class · 0.85
Tested by
no test coverage detected