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

Method emitHighlightDelete

src/services/EventManager.ts:29–31  ·  view source on GitHub ↗

* 触发高亮删除事件

(filePath: string, text: string, sourceId: string)

Source from the content-addressed store, hash-verified

27 * 触发高亮删除事件
28 */
29 public emitHighlightDelete(filePath: string, text: string, sourceId: string) {
30 this.events.trigger('highlight:delete', filePath, text, sourceId);
31 }
32
33 /**
34 * 触发评论更新事件

Callers 4

deleteHighlightMethod · 0.80
emitDeleteEventsMethod · 0.80
removeHighlightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected