()
| 3119 | return (*rwState)(w).doWrite(b) |
| 3120 | } |
| 3121 | func (w *rw74) CloseNotify() <-chan bool { |
| 3122 | return (*rwState)(w).doCloseNotify() |
| 3123 | } |
| 3124 | func (w *rw74) SetReadDeadline(deadline time.Time) error { |
| 3125 | return (*rwState)(w).doSetReadDeadline(deadline) |
| 3126 | } |
nothing calls this directly
no test coverage detected