()
| 3070 | return (*rwState)(w).doWrite(b) |
| 3071 | } |
| 3072 | func (w *rw72) CloseNotify() <-chan bool { |
| 3073 | return (*rwState)(w).doCloseNotify() |
| 3074 | } |
| 3075 | func (w *rw72) SetReadDeadline(deadline time.Time) error { |
| 3076 | return (*rwState)(w).doSetReadDeadline(deadline) |
| 3077 | } |
nothing calls this directly
no test coverage detected