Function tinychain::mount[][src]

pub async fn mount(
    workspace: PathBuf,
    data_dir: Option<PathBuf>,
    cache_size: u64
) -> TCResult<(Dir, Option<Dir>)>

Initialize the transactional filesystem layer.