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

Method SetWriteDeadline

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

Source from the content-addressed store, hash-verified

1547 return (*rwState)(w).doSetReadDeadline(deadline)
1548}
1549func (w *rw11) SetWriteDeadline(deadline time.Time) error {
1550 return (*rwState)(w).doSetWriteDeadline(deadline)
1551}
1552func (w *rw11) Push(target string, opts *http.PushOptions) error {
1553 return (*rwState)(w).doPush(target, opts)
1554}

Callers

nothing calls this directly

Calls 1

doSetWriteDeadlineMethod · 0.80

Tested by

no test coverage detected