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

Method SetWriteDeadline

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

Source from the content-addressed store, hash-verified

1524 return (*rwState)(w).doSetReadDeadline(deadline)
1525}
1526func (w *rw10) SetWriteDeadline(deadline time.Time) error {
1527 return (*rwState)(w).doSetWriteDeadline(deadline)
1528}
1529func (w *rw10) Push(target string, opts *http.PushOptions) error {
1530 return (*rwState)(w).doPush(target, opts)
1531}

Callers

nothing calls this directly

Calls 1

doSetWriteDeadlineMethod · 0.80

Tested by

no test coverage detected