MCPcopy 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
31func (c *Conn) WriteError(e error) error {
32 return c.writeError(e)
33}
34
35func (c *Conn) writeError(e error) error {
36 var m *MyError

Callers 2

WriteErrorFunction · 0.45
WriteErrorFunction · 0.45

Calls 1

writeErrorMethod · 0.95

Tested by

no test coverage detected