pub fn read_file<ObjectID: FsVerityHashValue>(
file: &RegularFile<ObjectID>,
repo: &Repository<ObjectID>,
) -> Result<Box<[u8]>>Expand description
Read the contents of a file.
pub fn read_file<ObjectID: FsVerityHashValue>(
file: &RegularFile<ObjectID>,
repo: &Repository<ObjectID>,
) -> Result<Box<[u8]>>Read the contents of a file.