MCPcopy Index your code
hub / github.com/eva-engine/eva.js / on

Method on

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

Source from the content-addressed store, hash-verified

155 }
156 }
157 on(eventName, func) {
158 return this.ee.on(eventName, func, this);
159 }
160 off(eventName, func) {
161 return this.ee.off(eventName, func);
162 }

Callers 15

bindDefaultListenerMethod · 0.45
addMethod · 0.45
addEventListenerFunction · 0.45
resource.spec.tsFile · 0.45
initCollisionEventsMethod · 0.45
initBodyEventsMethod · 0.45
mainFunction · 0.45
initFunction · 0.45
initFunction · 0.45
createGbFunction · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected