(t *testing.T, f fs.Fs, remote string, data []byte)
| 992 | } |
| 993 | |
| 994 | func (r *run) writeRemoteBytes(t *testing.T, f fs.Fs, remote string, data []byte) { |
| 995 | r.writeObjectBytes(t, f, remote, data) |
| 996 | } |
| 997 | |
| 998 | func (r *run) writeRemoteReader(t *testing.T, f fs.Fs, remote string, in io.ReadCloser) { |
| 999 | r.writeObjectReader(t, f, remote, in) |
no test coverage detected