Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
bindDefaultListener
Method · 0.45
add
Method · 0.45
addEventListener
Function · 0.45
resource.spec.ts
File · 0.45
initCollisionEvents
Method · 0.45
initBodyEvents
Method · 0.45
main
Function · 0.45
basis_transcoder.js
File · 0.45
init
Function · 0.45
init
Function · 0.45
createGb
Function · 0.45
init
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected