MCPcopy
hub / github.com/bradfitz/gomemcache / Error

Method Error

memcache/memcache.go:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265func (cte *ConnectTimeoutError) Error() string {
266 return "memcache: connect timeout to " + cte.Addr.String()
267}
268
269func (c *Client) dial(addr net.Addr) (net.Conn, error) {
270 ctx, cancel := context.WithTimeout(context.Background(), c.netTimeout())

Callers 2

testWithClientFunction · 0.80
testTouchWithClientFunction · 0.80

Calls 1

StringMethod · 0.80

Tested by 2

testWithClientFunction · 0.64
testTouchWithClientFunction · 0.64