Skip to main content

semantic_diff_with_changes

Function semantic_diff_with_changes 

Source
pub fn semantic_diff_with_changes<S: ObjectStore + ?Sized>(
    store: &S,
    from_tree_hash: &ContentHash,
    to_tree_hash: &ContentHash,
    file_changes: FileChangeSet,
    options: &SemanticDiffOptions,
    cache: &SemanticParseCache,
) -> Result<SemanticDiffResult, Error>
Expand description

Perform semantic diff analysis using a pre-computed file change set.