MCPcopy Create free account
hub / github.com/ElementsProject/elements / UndoFileSeq

Function UndoFileSeq

src/node/blockstorage.cpp:606–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606static FlatFileSeq UndoFileSeq()
607{
608 return FlatFileSeq(gArgs.GetBlocksDirPath(), "rev", UNDOFILE_CHUNK_SIZE);
609}
610
611FILE* OpenBlockFile(const FlatFilePos& pos, bool fReadOnly)
612{

Callers 4

FlushUndoFileMethod · 0.85
UnlinkPrunedFilesFunction · 0.85
OpenUndoFileFunction · 0.85
FindUndoPosMethod · 0.85

Calls 1

FlatFileSeqClass · 0.85

Tested by

no test coverage detected