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

Method popAdminConn

IceFireDB-SQLProxy/internal/mysql/proxy.go:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116}
117
118func (m *mysqlProxy) popAdminConn() (*client.Conn, error) {
119 return m.popConn(m.adminPool)
120}
121
122func (m *mysqlProxy) popReadonlyConn() (*client.Conn, error) {
123 return m.popConn(m.readonlyPool)

Callers 2

onConnMethod · 0.95
handleInboundSQLFunction · 0.80

Calls 1

popConnMethod · 0.95

Tested by

no test coverage detected