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

Method SetWriteDeadline

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

Source from the content-addressed store, hash-verified

103type deadliner interface {
104 SetReadDeadline(deadline time.Time) error
105 SetWriteDeadline(deadline time.Time) error
106}
107
108// fullDuplexEnabler defines a method introduced in go 1.21. The standard

Callers 2

WrapFunction · 0.65
doSetWriteDeadlineMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected