Type Definition bitrust::util::DataDirContents[][src]

type DataDirContents = HashMap<FileID, DataDirEntry>;
Expand description

The datadir is a folder on_di the filesystem where we store our datafiles and hintfiles. This data structure maps a given file id to a tuple that contains the path to the corresponding active file and the hint file, respectively.

It only serves as a container when initializing the in-memory keydir.