MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / OpenUndoFile

Function OpenUndoFile

src/main.cpp:3803–3805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3801}
3802
3803FILE* OpenUndoFile(const CDiskBlockPos &pos, bool fReadOnly) {
3804 return OpenDiskFile(pos, "rev", fReadOnly);
3805}
3806
3807boost::filesystem::path GetBlockPosFilename(const CDiskBlockPos &pos, const char *prefix)
3808{

Callers 4

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

Calls 1

OpenDiskFileFunction · 0.85

Tested by

no test coverage detected