Skip to main content

read_textconv_cache

Function read_textconv_cache 

Source
pub fn read_textconv_cache(
    odb: &Odb,
    git_dir: &Path,
    driver: &str,
    validity: &str,
    blob_oid: &ObjectId,
) -> Option<Vec<u8>>
Expand description

Read cached textconv bytes for blob_oid, or None on miss / invalid cache.