We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b825bd0 commit 7233b09Copy full SHA for 7233b09
src/stats/aggregate/aggregate.ts
@@ -83,7 +83,4 @@ export abstract class Aggregate<T> {
83
public getValue(filePath: FilePath, aggregateKey: AggregateKey): T {
84
return this.files[filePath][aggregateKey];
85
}
86
- public displayReport(): string {
87
- return "TODO: report will be here";
88
- }
89
0 commit comments