Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
606
static FlatFileSeq UndoFileSeq()
607
{
608
return FlatFileSeq(gArgs.GetBlocksDirPath(),
"rev"
, UNDOFILE_CHUNK_SIZE);
609
}
610
611
FILE* OpenBlockFile(const FlatFilePos& pos, bool fReadOnly)
612
{
Callers
4
FlushUndoFile
Method · 0.85
UnlinkPrunedFiles
Function · 0.85
OpenUndoFile
Function · 0.85
FindUndoPos
Method · 0.85
Calls
1
FlatFileSeq
Class · 0.85
Tested by
no test coverage detected