pub fn diff_working_tree(
vcs: &dyn VcsProvider,
db: &dyn DiffStore,
impact_depth: i64,
supported_ext: &[&str],
) -> Result<DiffResult, DiffError>Expand description
Map working tree diff (uncommitted changes) to affected symbols.
pub fn diff_working_tree(
vcs: &dyn VcsProvider,
db: &dyn DiffStore,
impact_depth: i64,
supported_ext: &[&str],
) -> Result<DiffResult, DiffError>Map working tree diff (uncommitted changes) to affected symbols.