class BlockIteratorProvider

Defined at line 17 of file ../../src/storage/blobfs/iterator/block_iterator_provider.h

Interface for a class that provides instances of `BlockIterator` by node index.

Public Methods

zx::result<BlockIterator> BlockIteratorByNodeIndex (uint32_t node_index)

Provide a valid `BlockIterator` for the block at node index `node_index`.