node::BlockManager::GetBlockPosFilename

Translation to a filesystem path

Synopsis

Declared in <node/blockstorage.h>

fs::path
GetBlockPosFilename(FlatFilePos const& pos) const;

Return Value

The filesystem path of the block file for pos.

Parameters

NameDescription
posPosition identifying the block file.