MCPcopy
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
56func (d *dummyConn) SyscallConn() (syscall.RawConn, error) {
57 return d.rawConn, nil
58}
59
60var errDummy = fmt.Errorf("dummyConn err")
61

Callers 2

connCheckFunction · 0.45
SyscallConnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected