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

Method callOnConnStart

znet/connection.go:541–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

539}
540
541func (c *Connection) callOnConnStart() {
542 if c.onConnStart != nil {
543 zlog.Ins().InfoF("ZINX CallOnConnStart....")
544 c.onConnStart(c)
545 }
546}
547
548func (c *Connection) callOnConnStop() {
549 if c.onConnStop != nil {

Callers 1

StartMethod · 0.95

Calls 2

InsFunction · 0.92
InfoFMethod · 0.65

Tested by

no test coverage detected