Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Handle
Struct
Handle
IceFireDB-SQLProxy/internal/mysql/handle.go:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
Handle
struct
{
13
conn *client.Conn
14
}
15
16
func
(h *Handle) CloseConn(c *server.Conn) error {
17
if
c.IsInTransaction() || c.IsAutoCommit() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected