MCPcopy Create free account
hub / github.com/LUX-Core/lux / OpenUndoFile

Function OpenUndoFile

src/main.cpp:5351–5354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5349}
5350
5351FILE* OpenUndoFile(const CDiskBlockPos& pos, bool fReadOnly)
5352{
5353 return OpenDiskFile(pos, "rev", fReadOnly);
5354}
5355
5356boost::filesystem::path GetBlockPosFilename(const CDiskBlockPos& pos, const char* prefix)
5357{

Callers 4

FlushBlockFileFunction · 0.85
FindUndoPosFunction · 0.85
UndoWriteToDiskFunction · 0.85
UndoReadFromDiskFunction · 0.85

Calls 1

OpenDiskFileFunction · 0.85

Tested by

no test coverage detected