()
| 3145 | return (*rwState)(w).doWrite(b) |
| 3146 | } |
| 3147 | func (w *rw75) CloseNotify() <-chan bool { |
| 3148 | return (*rwState)(w).doCloseNotify() |
| 3149 | } |
| 3150 | func (w *rw75) SetReadDeadline(deadline time.Time) error { |
| 3151 | return (*rwState)(w).doSetReadDeadline(deadline) |
| 3152 | } |
nothing calls this directly
no test coverage detected