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

Method callOnConnStart

znet/ws_connection.go:565–570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563}
564
565func (c *WsConnection) callOnConnStart() {
566 if c.onConnStart != nil {
567 zlog.Ins().InfoF("ZINX CallOnConnStart....")
568 c.onConnStart(c)
569 }
570}
571
572func (c *WsConnection) callOnConnStop() {
573 if c.onConnStop != nil {

Callers 1

StartMethod · 0.95

Calls 2

InsFunction · 0.92
InfoFMethod · 0.65

Tested by

no test coverage detected