Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Close
Method
Close
IceFireDB-SQLite/pkg/mysql/server/conn.go:173–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
func
(c *Conn) Close() {
174
c.closed.Set(true)
175
c.Conn.Close()
176
}
177
178
func
(c *Conn) Closed() bool {
179
return
c.closed.Get()
Callers
6
NewConn
Function · 0.95
NewCustomizedConn
Function · 0.95
NewClientConn
Function · 0.95
Handshake
Method · 0.95
HandleCommand
Method · 0.95
dispatch
Method · 0.95
Calls
2
Set
Method · 0.80
Close
Method · 0.65
Tested by
no test coverage detected