MCPcopy Index your code
hub / github.com/MALSync/MALSync / emitEvent

Method emitEvent

src/chibiScript/ChibiConsumer.ts:136–138  ·  view source on GitHub ↗
(eventName: ChibiEvents, data?: any)

Source from the content-addressed store, hash-verified

134 }
135
136 emitEvent(eventName: ChibiEvents, data?: any) {
137 this.ctx.event.emit(eventName, data);
138 }
139
140 protected isChibiJson(index: number, functionName: string, argument: any) {
141 return (

Callers 2

ChibiFunction · 0.80
uiSelectorFunction · 0.80

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected