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

Method shouldProcessFile

src/services/HighlightService.ts:53–55  ·  view source on GitHub ↗
(file: TFile)

Source from the content-addressed store, hash-verified

51 // ==================== 提取 (委托给 HighlightExtractor) ====================
52
53 shouldProcessFile(file: TFile): boolean {
54 return this.extractor.shouldProcessFile(file);
55 }
56
57 extractHighlights(content: string, file: TFile): HighlightInfo[] {
58 return this.extractor.extractHighlights(content, file);

Callers 3

processPreviewMethod · 0.45
buildDecorationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected