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