pub fn open_file<H: FsVerityHashValue>(
dir: DirectoryRef<'_, H>,
filename: impl AsRef<OsStr>,
repo: &Repository<H>,
) -> Result<Option<Box<dyn Read>>>Expand description
Open a file in the composefs store, handling inline vs external files.