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.