Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Cyinx/einx
/ PushEventMsg
Method
PushEventMsg
module/module.go:83–85 ·
view source on GitHub ↗
(ev EventMsg)
Source
from the content-addressed store, hash-verified
81
return
this.name
82
}
83
func
(this *module) PushEventMsg(ev EventMsg) {
84
this.ev_queue.Push(ev)
85
}
86
87
func
(this *module) Close() {
88
this.close_chan <- true
Callers
nothing calls this directly
Calls
1
Push
Method · 0.45
Tested by
no test coverage detected