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