Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
func
WriteError(local *RESPHandle.WriterHandle, err error) error {
150
local.WriteError(err.Error())
151
return
local.Flush()
152
}
Callers
8
Handle
Method · 0.92
cmdCMDEXEC
Method · 0.92
cmdMGET
Method · 0.92
cmdDEL
Method · 0.92
cmdEXISTS
Method · 0.92
Handle
Method · 0.92
cmdCMDEXEC
Method · 0.92
handle
Method · 0.92
Calls
2
WriteError
Method · 0.45
Error
Method · 0.45
Tested by
no test coverage detected