Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ handler
Function
handler
packages/core/tests/ECS/Core/EventSystem.test.ts:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
let
callCount = 0;
64
65
const
handler = () => {
66
callCount++;
67
};
68
69
const
listenerId = eventSystem.on(
'removable:event'
, handler);
70
eventSystem.emit(
'removable:event'
, {});
Callers
15
update
Method · 0.85
stop
Method · 0.85
checkAllComplete
Method · 0.85
handleItemClick
Method · 0.85
subscribe
Method · 0.85
wrappedHandler
Method · 0.85
emit
Method · 0.85
nativeHandler
Method · 0.85
process
Method · 0.85
onMessage
Method · 0.85
onError
Method · 0.85
onTouchStart
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected