Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/e-oj/Magic-Grid
/ emit
Method
emit
src/event-emitter.js:28–34 ·
view source on GitHub ↗
(event,payload)
Source
from the content-addressed store, hash-verified
26
}
27
28
emit(event,payload){
29
for
(
const
listener of this.listeners){
30
if
(listener.event === event){
31
listener.handler(payload);
32
}
33
}
34
}
35
36
}
37
Callers
2
positionItems
Method · 0.80
listen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected