(data []byte)
| 302 | } |
| 303 | |
| 304 | func (c *Conn) HandleErrorPacket(data []byte) error { |
| 305 | return c.handleErrorPacket(data) |
| 306 | } |
| 307 | |
| 308 | func (c *Conn) ReadOKPacket() (*Result, error) { |
| 309 | return c.readOK() |
nothing calls this directly
no test coverage detected