MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / WriteError

Function WriteError

IceFireDB-PubSub/pkg/router/writer.go:149–152  ·  view source on GitHub ↗
(local *RESPHandle.WriterHandle, err error)

Source from the content-addressed store, hash-verified

147}
148
149func WriteError(local *RESPHandle.WriterHandle, err error) error {
150 local.WriteError(err.Error())
151 return local.Flush()
152}

Callers 8

HandleMethod · 0.92
cmdCMDEXECMethod · 0.92
cmdMGETMethod · 0.92
cmdDELMethod · 0.92
cmdEXISTSMethod · 0.92
HandleMethod · 0.92
cmdCMDEXECMethod · 0.92
handleMethod · 0.92

Calls 2

WriteErrorMethod · 0.45
ErrorMethod · 0.45

Tested by

no test coverage detected