Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ IsConnected
Method
IsConnected
pkg/proxy/backend.go:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
func
(bc *BackendConn) IsConnected() bool {
71
return
bc.state.Int64() == stateConnected
72
}
73
74
func
(bc *BackendConn) PushBack(r *Request) {
75
if
r.Batch != nil {
Callers
1
BackendConn
Method · 0.80
Calls
1
Int64
Method · 0.45
Tested by
no test coverage detected