MCPcopy
hub / github.com/grafana/dskit / SetDeadline

Method SetDeadline

kv/memberlist/tcp_transport_conn.go:66–68  ·  view source on GitHub ↗

SetDeadline implements net.Conn.

(t time.Time)

Source from the content-addressed store, hash-verified

64
65// SetDeadline implements net.Conn.
66func (c *meteredConn) SetDeadline(t time.Time) error {
67 return c.Conn.SetDeadline(t)
68}
69
70// SetReadDeadline implements net.Conn.
71func (c *meteredConn) SetReadDeadline(t time.Time) error {

Callers 1

writeToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected