MCPcopy
hub / github.com/aceld/zinx / DelNotifyByID

Method DelNotifyByID

znotify/notify.go:59–62  ·  view source on GitHub ↗
(Id uint64)

Source from the content-addressed store, hash-verified

57}
58
59func (n *notify) DelNotifyByID(Id uint64) {
60 strId := n.genConnStrId(Id)
61 n.connIdMap.Remove(strId)
62}
63
64func (n *notify) NotifyToConnByID(Id uint64, MsgId uint32, data []byte) error {
65 Conn, err := n.GetNotifyByID(Id)

Callers

nothing calls this directly

Calls 2

genConnStrIdMethod · 0.95
RemoveMethod · 0.65

Tested by

no test coverage detected