MCPcopy
hub / github.com/rclone/rclone / writeRemoteBytes

Method writeRemoteBytes

backend/cache/cache_internal_test.go:994–996  ·  view source on GitHub ↗
(t *testing.T, f fs.Fs, remote string, data []byte)

Source from the content-addressed store, hash-verified

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

Calls 1

writeObjectBytesMethod · 0.95

Tested by

no test coverage detected