Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aceld/zinx
/ SetOnConnStop
Method
SetOnConnStop
znet/client.go:319–321 ·
view source on GitHub ↗
(hookFunc func(ziface.IConnection))
Source
from the content-addressed store, hash-verified
317
}
318
319
func
(c *Client) SetOnConnStop(hookFunc
func
(ziface.IConnection)) {
320
c.onConnStop = hookFunc
321
}
322
323
func
(c *Client) GetOnConnStart()
func
(ziface.IConnection) {
324
return
c.onConnStart
Callers
8
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected