MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Close

Method Close

IceFireDB-SQLProxy/pkg/mysql/client/conn.go:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func (c *Conn) Close() error {
113 return c.Conn.Close()
114}
115
116func (c *Conn) Ping() error {
117 if err := c.writeCommand(COM_PING); err != nil {

Callers 3

handshakeMethod · 0.95
ExecuteMethod · 0.95
popConnMethod · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected