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

Method callOnConnStart

znet/kcp_connection.go:551–556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549}
550
551func (c *KcpConnection) callOnConnStart() {
552 if c.onConnStart != nil {
553 zlog.Ins().DebugF("ZINX CallOnConnStart....")
554 c.onConnStart(c)
555 }
556}
557
558func (c *KcpConnection) callOnConnStop() {
559 if c.onConnStop != nil {

Callers 1

StartMethod · 0.95

Calls 2

InsFunction · 0.92
DebugFMethod · 0.65

Tested by

no test coverage detected