Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ OpenBlockFile
Function
OpenBlockFile
src/main.cpp:5346–5349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5344
}
5345
5346
FILE* OpenBlockFile(const CDiskBlockPos& pos, bool fReadOnly)
5347
{
5348
return OpenDiskFile(pos,
"blk"
, fReadOnly);
5349
}
5350
5351
FILE* OpenUndoFile(const CDiskBlockPos& pos, bool fReadOnly)
5352
{
Callers
7
ThreadImport
Function · 0.85
GetTransaction
Function · 0.85
WriteBlockToDisk
Function · 0.85
ReadBlockFromDisk
Function · 0.85
FlushBlockFile
Function · 0.85
FindBlockPos
Function · 0.85
LoadBlockIndexDB
Function · 0.85
Calls
1
OpenDiskFile
Function · 0.85
Tested by
no test coverage detected