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

Method SetWriteDeadline

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

Source from the content-addressed store, hash-verified

1481 return (*rwState)(w).doSetReadDeadline(deadline)
1482}
1483func (w *rw8) SetWriteDeadline(deadline time.Time) error {
1484 return (*rwState)(w).doSetWriteDeadline(deadline)
1485}
1486
1487// combination 10/512: http.ResponseWriter, deadliner, io.StringWriter
1488type rw9 rwState

Callers

nothing calls this directly

Calls 1

doSetWriteDeadlineMethod · 0.80

Tested by

no test coverage detected