(content: string, file: TFile)
| 55 | } |
| 56 | |
| 57 | extractHighlights(content: string, file: TFile): HighlightInfo[] { |
| 58 | return this.extractor.extractHighlights(content, file); |
| 59 | } |
| 60 | |
| 61 | async getFilesWithHighlights(): Promise<TFile[]> { |
| 62 | return this.extractor.getFilesWithHighlights(); |
no outgoing calls
no test coverage detected