Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ ReadOKPacket
Method
ReadOKPacket
IceFireDB-SQLite/pkg/mysql/client/conn.go:308–310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
}
307
308
func
(c *Conn) ReadOKPacket() (*Result, error) {
309
return
c.readOK()
310
}
311
312
func
(c *Conn) exec(query string) (*Result, error) {
313
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