Skip to main content

diff_blobs

Function diff_blobs 

Source
pub fn diff_blobs(
    path: &str,
    old_content: Option<&[u8]>,
    new_content: Option<&[u8]>,
    old_hash: Option<String>,
    new_hash: Option<String>,
) -> FileDiff
Expand description

Diff two blobs, returning a FileDiff