MCPcopy Create free account
hub / github.com/CatMuse/HiNote / extractHighlights

Method extractHighlights

src/services/HighlightService.ts:57–59  ·  view source on GitHub ↗
(content: string, file: TFile)

Source from the content-addressed store, hash-verified

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();

Callers 7

processPreviewMethod · 0.45
cleanOrphanedDataMethod · 0.45
getFileHighlightsMethod · 0.45
buildDecorationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected