Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ handleQuit
Method
handleQuit
pkg/proxy/session.go:308–312 ·
view source on GitHub ↗
(r *Request)
Source
from the content-addressed store, hash-verified
306
}
307
308
func
(s *Session) handleQuit(r *Request) error {
309
s.quit = true
310
r.Resp = RespOK
311
return
nil
312
}
313
314
func
(s *Session) handleAuth(r *Request) error {
315
if
len(r.Multi) != 2 {
Callers
1
handleRequest
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected