Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ newDummyConn
Function
newDummyConn
internal/pool/main_test.go:41–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
newDummyConn() net.Conn {
42
return
&dummyConn{
43
rawConn: new(dummyRawConn),
44
}
45
}
46
47
var
(
48
_ net.Conn = (*dummyConn)(nil)
Callers
4
TestDoubleFreeTurnSimple
Function · 0.85
buffer_size_test.go
File · 0.85
dummyDialer
Function · 0.85
pool_test.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected