Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ WriteError
Method
WriteError
IceFireDB-SQLite/pkg/mysql/server/resp.go:31–33 ·
view source on GitHub ↗
(e error)
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(c *Conn) WriteError(e error) error {
32
return
c.writeError(e)
33
}
34
35
func
(c *Conn) writeError(e error) error {
36
var
m *MyError
Callers
2
WriteError
Function · 0.45
WriteError
Function · 0.45
Calls
1
writeError
Method · 0.95
Tested by
no test coverage detected