MCPcopy Create free account
hub / github.com/felixge/httpsnoop / SetReadDeadline

Method SetReadDeadline

capture_metrics.go:104–104  ·  view source on GitHub ↗
(deadline time.Time)

Source from the content-addressed store, hash-verified

102// seems not to provide an interface we can import, hence its definition here.
103type deadliner interface {
104 SetReadDeadline(deadline time.Time) error
105 SetWriteDeadline(deadline time.Time) error
106}
107

Callers 2

WrapFunction · 0.65
doSetReadDeadlineMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected