Skip to main content

read_pack_bytes_cached

Function read_pack_bytes_cached 

Source
pub fn read_pack_bytes_cached(pack_path: &Path) -> Result<Arc<Vec<u8>>>
Expand description

Read pack file bytes from the process-wide cache.

ยงErrors

Returns Error::Io when the pack cannot be read.