Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
func
(c *Conn) Close() error {
113
return
c.Conn.Close()
114
}
115
116
func
(c *Conn) Ping() error {
117
if
err := c.writeCommand(COM_PING); err != nil {
Callers
3
handshake
Method · 0.95
Execute
Method · 0.95
popConn
Method · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected