MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Start

Method Start

pgserver/server.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 addr := fmt.Sprintf("%s:%d", host, port)
37 l, err := server.NewListener("tcp", addr, "")
38 if err != nil {
39 panic(err)
40 }
41 listener, err := NewListenerWithOpts(
42 mysql.ListenerConfig{
43 Protocol: "tcp",

Callers 1

mainFunction · 0.95

Calls 1

AcceptMethod · 0.80

Tested by

no test coverage detected