pub fn semantic_diff_with_cache<S: ObjectStore + ?Sized>(
store: &S,
from_tree_hash: &ContentHash,
to_tree_hash: &ContentHash,
options: &SemanticDiffOptions,
cache: &SemanticParseCache,
) -> Result<SemanticDiffResult, Error>Expand description
Perform semantic diff analysis between two trees using an injected cache.