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

Method popReadonlyConn

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

Source from the content-addressed store, hash-verified

120}
121
122func (m *mysqlProxy) popReadonlyConn() (*client.Conn, error) {
123 return m.popConn(m.readonlyPool)
124}
125
126func (m *mysqlProxy) popConn(pool *client.Pool) (*client.Conn, error) {
127 var mysqlConn *client.Conn

Callers 1

handleInboundSQLFunction · 0.80

Calls 1

popConnMethod · 0.95

Tested by

no test coverage detected