Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ cmdQUIT
Method
cmdQUIT
IceFireDB-PubSub/pkg/router/redisNode/handle.go:75–78 ·
view source on GitHub ↗
(s *router.Context)
Source
from the content-addressed store, hash-verified
73
}
74
75
func
(r *Router) cmdQUIT(s *router.Context) error {
76
s.Reply = okReply
77
return
router.WriteSimpleString(s.Writer, okReply)
78
}
Callers
nothing calls this directly
Calls
1
WriteSimpleString
Function · 0.92
Tested by
no test coverage detected