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

Method DropConn

IceFireDB-SQLite/pkg/mysql/client/pool.go:173–175  ·  view source on GitHub ↗

DropConn closes the connection without any checks

(conn *Conn)

Source from the content-addressed store, hash-verified

171
172// DropConn closes the connection without any checks
173func (pool *Pool) DropConn(conn *Conn) {
174 pool.closeConn(conn)
175}
176
177func (pool *Pool) putConnection(connection Connection) {
178 pool.synchro.Lock()

Callers

nothing calls this directly

Calls 1

closeConnMethod · 0.95

Tested by

no test coverage detected