Skip to main content

write_textconv_cache

Function write_textconv_cache 

Source
pub fn write_textconv_cache(
    odb: &Odb,
    git_dir: &Path,
    driver: &str,
    validity: &str,
    blob_oid: &ObjectId,
    data: &[u8],
)
Expand description

Store data as the note for blob_oid. Errors are ignored (read-only repos).