Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ SyscallConn
Method
SyscallConn
internal/pool/main_test.go:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(d *dummyConn) SyscallConn() (syscall.RawConn, error) {
57
return
d.rawConn, nil
58
}
59
60
var
errDummy = fmt.Errorf(
"dummyConn err"
)
61
Callers
2
connCheck
Function · 0.45
SyscallConn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected