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

Method emitCommentDelete

src/services/EventManager.ts:43–45  ·  view source on GitHub ↗

* 触发评论删除事件

(filePath: string, comment: string, sourceId: string)

Source from the content-addressed store, hash-verified

41 * 触发评论删除事件
42 */
43 public emitCommentDelete(filePath: string, comment: string, sourceId: string) {
44 this.events.trigger('comment:delete', filePath, comment, sourceId);
45 }
46
47 /**
48 * 触发打开评论输入框事件

Callers 1

removeHighlightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected