MCPcopy
hub / github.com/yume-chan/ya-webadb / fire

Method fire

libraries/event/src/event-emitter.ts:52–56  ·  view source on GitHub ↗
(e: TEvent)

Source from the content-addressed store, hash-verified

50 };
51
52 fire(e: TEvent) {
53 for (const info of this.listeners.slice()) {
54 info.listener.call(info.thisArg, e, ...info.args);
55 }
56 }
57
58 dispose() {
59 this.listeners.length = 0;

Callers 10

#configureH264Method · 0.45
#configureH265Method · 0.45
#configureAv1Method · 0.45
TinyH264WrapperClass · 0.45
#configureMethod · 0.45
constructorMethod · 0.45
#receiveMethod · 0.45
#receiveLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected