Skip to main content

diff_working_tree

Function diff_working_tree 

Source
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.