MCPcopy Create free account
hub / github.com/Cyinx/einx / RemoveTimer

Method RemoveTimer

module/module.go:96–98  ·  view source on GitHub ↗
(timer_id uint64)

Source from the content-addressed store, hash-verified

94}
95
96func (this *module) RemoveTimer(timer_id uint64) bool {
97 return this.timer_manager.DeleteTimer(timer_id)
98}
99
100func (this *module) PostEvent(event_type EventType, agent Agent, cid ComponentID) {
101 event := this.event_msg_pool.Get().(*SessionEventMsg)

Callers

nothing calls this directly

Calls 1

DeleteTimerMethod · 0.80

Tested by

no test coverage detected