Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
313
func
(c *Conn) ReadOKPacket() (*Result, error) {
314
return
c.readOK()
315
}
316
317
func
(c *Conn) exec(query string) (*Result, error) {
318
if
err := c.writeCommandStr(COM_QUERY, query); err != nil {
Callers
nothing calls this directly
Calls
1
readOK
Method · 0.95
Tested by
no test coverage detected