()
| 3093 | return (*rwState)(w).doWrite(b) |
| 3094 | } |
| 3095 | func (w *rw73) CloseNotify() <-chan bool { |
| 3096 | return (*rwState)(w).doCloseNotify() |
| 3097 | } |
| 3098 | func (w *rw73) SetReadDeadline(deadline time.Time) error { |
| 3099 | return (*rwState)(w).doSetReadDeadline(deadline) |
| 3100 | } |
nothing calls this directly
no test coverage detected