* 触发评论更新事件
(filePath: string, oldComment: string, newComment: string, sourceId: string)
| 34 | * 触发评论更新事件 |
| 35 | */ |
| 36 | public emitCommentUpdate(filePath: string, oldComment: string, newComment: string, sourceId: string) { |
| 37 | this.events.trigger('comment:update', filePath, oldComment, newComment, sourceId); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * 触发评论删除事件 |
no outgoing calls
no test coverage detected