MCPcopy 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
173func (c *Conn) Close() {
174 c.closed.Set(true)
175 c.Conn.Close()
176}
177
178func (c *Conn) Closed() bool {
179 return c.closed.Get()

Callers 6

NewConnFunction · 0.95
NewCustomizedConnFunction · 0.95
NewClientConnFunction · 0.95
HandshakeMethod · 0.95
HandleCommandMethod · 0.95
dispatchMethod · 0.95

Calls 2

SetMethod · 0.80
CloseMethod · 0.65

Tested by

no test coverage detected