removeFile method
Removes a file from the aggregation.
Implementation
void removeFile(String path) {
_fileResults.remove(path);
_functionMetrics.removeWhere((key, _) => key.startsWith('$path::'));
}
Removes a file from the aggregation.
void removeFile(String path) {
_fileResults.remove(path);
_functionMetrics.removeWhere((key, _) => key.startsWith('$path::'));
}