pub type ReanalysisOutput = (Vec<Arc<FileExtraction>>, ChangeSet, Vec<Diagnostic>);Expand description
Path-sorted extractions plus the change metrics and diagnostics.
pub type ReanalysisOutput = (Vec<Arc<FileExtraction>>, ChangeSet, Vec<Diagnostic>);Path-sorted extractions plus the change metrics and diagnostics.