Skip to main content

refresh_files

Function refresh_files 

Source
pub fn refresh_files(
    graph: &mut InMemoryGraph,
    root: &Path,
    cleanup_targets: &[String],
    parse_targets: &[String],
    scan: &ScanOptions,
) -> Result<RefreshReport, ProjectError>
Expand description

Incrementally refresh changed files in an existing graph.