pub fn semantic_diff_summary<S: ObjectStore + ?Sized>(
store: &S,
from_tree_hash: &ContentHash,
to_tree_hash: &ContentHash,
options: &SemanticDiffOptions,
) -> Result<SemanticSummaryResult, Error>Expand description
Perform semantic summary analysis between two trees.