Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CodisLabs/codis
/ KeepAlive
Method
KeepAlive
pkg/proxy/backend.go:504–508 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
502
}
503
504
func
(p *sharedBackendConnPool) KeepAlive() {
505
for
_, bc :=
range
p.pool {
506
bc.KeepAlive()
507
}
508
}
509
510
func
(p *sharedBackendConnPool) Get(addr string) *sharedBackendConn {
511
return
p.pool[addr]
Callers
nothing calls this directly
Calls
1
KeepAlive
Method · 0.45
Tested by
no test coverage detected