Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ SetDeadline
Method
SetDeadline
internal/pool/main_test.go:83–85 ·
view source on GitHub ↗
(t time.Time)
Source
from the content-addressed store, hash-verified
81
}
82
83
func
(d *dummyConn) SetDeadline(t time.Time) error {
84
return
nil
85
}
86
87
func
(d *dummyConn) SetReadDeadline(t time.Time) error {
88
return
nil
Callers
2
connCheck
Function · 0.45
conn_check_test.go
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected