MCPcopy 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
5346FILE* OpenBlockFile(const CDiskBlockPos& pos, bool fReadOnly)
5347{
5348 return OpenDiskFile(pos, "blk", fReadOnly);
5349}
5350
5351FILE* OpenUndoFile(const CDiskBlockPos& pos, bool fReadOnly)
5352{

Callers 7

ThreadImportFunction · 0.85
GetTransactionFunction · 0.85
WriteBlockToDiskFunction · 0.85
ReadBlockFromDiskFunction · 0.85
FlushBlockFileFunction · 0.85
FindBlockPosFunction · 0.85
LoadBlockIndexDBFunction · 0.85

Calls 1

OpenDiskFileFunction · 0.85

Tested by

no test coverage detected