pub fn semantic_diff_summary_worktree<S: ObjectStore + ?Sized>(
store: &S,
from_tree_hash: &ContentHash,
worktree_root: &Path,
status: &WorktreeStatus,
options: &SemanticDiffOptions,
) -> Result<SemanticSummaryResult, Error>Expand description
Perform semantic summary between a tree and worktree content.