MCPcopy Create free account
hub / github.com/Cyinx/einx / Connect

Method Connect

network/tcp_client.go:57–59  ·  view source on GitHub ↗
(addr string, user_type int16)

Source from the content-addressed store, hash-verified

55}
56
57func (this *TcpClientMgr) Connect(addr string, user_type int16) {
58 go this.connect(addr, user_type)
59}
60
61func (this *TcpClientMgr) connect(addr string, user_type int16) {
62 raw_conn, err := net.Dial("tcp", addr)

Callers

nothing calls this directly

Calls 1

connectMethod · 0.95

Tested by

no test coverage detected