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

Method SetWriteDeadline

wrap_generated.go:1929–1931  ·  view source on GitHub ↗
(deadline time.Time)

Source from the content-addressed store, hash-verified

1927 return (*rwState)(w).doSetReadDeadline(deadline)
1928}
1929func (w *rw27) SetWriteDeadline(deadline time.Time) error {
1930 return (*rwState)(w).doSetWriteDeadline(deadline)
1931}
1932func (w *rw27) Push(target string, opts *http.PushOptions) error {
1933 return (*rwState)(w).doPush(target, opts)
1934}

Callers

nothing calls this directly

Calls 1

doSetWriteDeadlineMethod · 0.80

Tested by

no test coverage detected