(t time.Time)
| 36 | } |
| 37 | |
| 38 | func (r *NetConnWrapper) SetReadDeadline(t time.Time) error { |
| 39 | return nil |
| 40 | } |
| 41 | |
| 42 | func (r *NetConnWrapper) SetWriteDeadline(t time.Time) error { |
| 43 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected