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

Method genConnStrId

znotify/notify.go:30–33  ·  view source on GitHub ↗
(connID uint64)

Source from the content-addressed store, hash-verified

28}
29
30func (n *notify) genConnStrId(connID uint64) string {
31 strConnId := strconv.FormatUint(connID, 10)
32 return strConnId
33}
34
35func (n *notify) ConnNums() int {
36 return n.connIdMap.Count()

Callers 4

HasIdConnMethod · 0.95
SetNotifyIDMethod · 0.95
GetNotifyByIDMethod · 0.95
DelNotifyByIDMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected