(data []byte)
| 307 | } |
| 308 | |
| 309 | func (c *Conn) HandleErrorPacket(data []byte) error { |
| 310 | return c.handleErrorPacket(data) |
| 311 | } |
| 312 | |
| 313 | func (c *Conn) ReadOKPacket() (*Result, error) { |
| 314 | return c.readOK() |
nothing calls this directly
no test coverage detected