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

Method SetWriteDeadline

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

Source from the content-addressed store, hash-verified

1901 return (*rwState)(w).doSetReadDeadline(deadline)
1902}
1903func (w *rw26) SetWriteDeadline(deadline time.Time) error {
1904 return (*rwState)(w).doSetWriteDeadline(deadline)
1905}
1906func (w *rw26) Push(target string, opts *http.PushOptions) error {
1907 return (*rwState)(w).doPush(target, opts)
1908}

Callers

nothing calls this directly

Calls 1

doSetWriteDeadlineMethod · 0.80

Tested by

no test coverage detected