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

Method extendDeadline

memcache/memcache.go:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199func (cn *conn) extendDeadline() {
200 cn.nc.SetDeadline(time.Now().Add(cn.c.netTimeout()))
201}
202
203// condRelease releases this connection if the error pointed to by err
204// is nil (not an error) or is only a protocol level error (e.g. a

Callers 2

getConnMethod · 0.80
parseGetResponseFunction · 0.80

Calls 2

AddMethod · 0.80
netTimeoutMethod · 0.80

Tested by

no test coverage detected