(t time.Time)
| 94 | } |
| 95 | |
| 96 | func (c *MirrorConn) SetReadDeadline(t time.Time) error { |
| 97 | return nil |
| 98 | } |
| 99 | |
| 100 | func (c *MirrorConn) SetWriteDeadline(t time.Time) error { |
| 101 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected