Skip to main content

blame_reverse

Function blame_reverse 

Source
pub async fn blame_reverse(
    repo_path: &str,
    file_path: &str,
    line: usize,
    rev_a: &str,
    rev_b: &str,
    enable_copy_detection: bool,
) -> Result<Option<BlameResult>>