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

Method ReadOKPacket

IceFireDB-SQLProxy/pkg/mysql/client/conn.go:313–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311}
312
313func (c *Conn) ReadOKPacket() (*Result, error) {
314 return c.readOK()
315}
316
317func (c *Conn) exec(query string) (*Result, error) {
318 if err := c.writeCommandStr(COM_QUERY, query); err != nil {

Callers

nothing calls this directly

Calls 1

readOKMethod · 0.95

Tested by

no test coverage detected