Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
541
func
(c *Connection) callOnConnStart() {
542
if
c.onConnStart != nil {
543
zlog.Ins().InfoF(
"ZINX CallOnConnStart...."
)
544
c.onConnStart(c)
545
}
546
}
547
548
func
(c *Connection) callOnConnStop() {
549
if
c.onConnStop != nil {
Callers
1
Start
Method · 0.95
Calls
2
Ins
Function · 0.92
InfoF
Method · 0.65
Tested by
no test coverage detected