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

Method OpenUndoFile

src/node/blockstorage.cpp:840–843  ·  view source on GitHub ↗

Open an undo file (rev?????.dat) */

Source from the content-addressed store, hash-verified

838
839/** Open an undo file (rev?????.dat) */
840AutoFile BlockManager::OpenUndoFile(const FlatFilePos& pos, bool fReadOnly) const
841{
842 return AutoFile{m_undo_file_seq.Open(pos, fReadOnly), m_obfuscation};
843}
844
845fs::path BlockManager::GetBlockPosFilename(const FlatFilePos& pos) const
846{

Callers

nothing calls this directly

Calls 1

OpenMethod · 0.45

Tested by

no test coverage detected