Skip to main content

compute_semantic_diff

Function compute_semantic_diff 

Source
pub fn compute_semantic_diff(
    file_changes: &[FileChange],
    registry: &ParserRegistry,
    commit_sha: Option<&str>,
    author: Option<&str>,
) -> DiffResult