Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ DoClientConnectedBegin
Function
DoClientConnectedBegin
examples/zinx_decoder/client/client.go:97–100 ·
view source on GitHub ↗
(conn ziface.IConnection)
Source
from the content-addressed store, hash-verified
95
}
96
97
func
DoClientConnectedBegin(conn ziface.IConnection) {
98
zlog.Debug(
"DoConnectionBegin is Called ... "
)
99
go
business(conn)
100
}
101
102
func
main() {
103
Callers
nothing calls this directly
Calls
2
Debug
Function · 0.92
business
Function · 0.70
Tested by
no test coverage detected