RemoteAddr implements net.Conn.
()
| 87 | |
| 88 | // RemoteAddr implements net.Conn. |
| 89 | func (fc *FuzzedConnection) RemoteAddr() net.Addr { return fc.conn.RemoteAddr() } |
| 90 | |
| 91 | // SetDeadline implements net.Conn. |
| 92 | func (fc *FuzzedConnection) SetDeadline(t time.Time) error { return fc.conn.SetDeadline(t) } |
nothing calls this directly
no test coverage detected