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

Function BlockFileSeq

src/node/blockstorage.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601static FlatFileSeq BlockFileSeq()
602{
603 return FlatFileSeq(gArgs.GetBlocksDirPath(), "blk", gArgs.GetBoolArg("-fastprune", false) ? 0x4000 /* 16kb */ : BLOCKFILE_CHUNK_SIZE);
604}
605
606static FlatFileSeq UndoFileSeq()
607{

Callers 5

FlushBlockFileMethod · 0.85
UnlinkPrunedFilesFunction · 0.85
OpenBlockFileFunction · 0.85
GetBlockPosFilenameFunction · 0.85
FindBlockPosMethod · 0.85

Calls 2

FlatFileSeqClass · 0.85
GetBoolArgMethod · 0.80

Tested by

no test coverage detected