MCPcopy 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
70func (bc *BackendConn) IsConnected() bool {
71 return bc.state.Int64() == stateConnected
72}
73
74func (bc *BackendConn) PushBack(r *Request) {
75 if r.Batch != nil {

Callers 1

BackendConnMethod · 0.80

Calls 1

Int64Method · 0.45

Tested by

no test coverage detected