MCPcopy Create free account
hub / github.com/eva-engine/eva.js / off

Method off

packages/plugin-evax/lib/EvaXSystem.ts:160–162  ·  view source on GitHub ↗
(eventName, func)

Source from the content-addressed store, hash-verified

158 return this.ee.on(eventName, func, this);
159 }
160 off(eventName, func) {
161 return this.ee.off(eventName, func);
162 }
163 emit(eventName, ...args) {
164 return this.ee.emit(eventName, ...args);
165 }

Callers 10

destroyRenderableMethod · 0.80
removeMethod · 0.80
removeMethod · 0.80
event.spec.tsFile · 0.80
addEventListenerFunction · 0.80
removeEventListenerFunction · 0.80
destroyMethod · 0.80
_cbFunction · 0.80
destroyRenderableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected