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

Function NewZNotify

znotify/notify.go:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24func NewZNotify() ziface.Inotify {
25 return &notify{
26 connIdMap: zutils.NewShardLockMaps(),
27 }
28}
29
30func (n *notify) genConnStrId(connID uint64) string {
31 strConnId := strconv.FormatUint(connID, 10)

Callers 1

notify_test.goFile · 0.85

Calls 1

NewShardLockMapsFunction · 0.92

Tested by

no test coverage detected