pub fn write_to_path<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
dir: &Directory<ObjectID>,
output_dir: &Path,
) -> Result<()>Expand description
Writes a directory tree from composefs representation to a filesystem path.
Reconstructs the filesystem structure at the specified output directory, creating directories, files, symlinks, and device nodes as needed. External file content is read from the repository. Note that hardlinks are not supported.