Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodisLabs/codis
/ Close
Method
Close
pkg/proxy/backend.go:63–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(bc *BackendConn) Close() {
64
bc.stop.Do(
func
() {
65
close(bc.input)
66
})
67
bc.closed.Set(true)
68
}
69
70
func
(bc *BackendConn) IsConnected() bool {
71
return
bc.state.Int64() == stateConnected
Callers
nothing calls this directly
Calls
2
Do
Method · 0.45
Set
Method · 0.45
Tested by
no test coverage detected