MCPcopy 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}
83func (this *module) PushEventMsg(ev EventMsg) {
84 this.ev_queue.Push(ev)
85}
86
87func (this *module) Close() {
88 this.close_chan <- true

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected