MCPcopy
hub / github.com/rclone/rclone / writeRemoteString

Method writeRemoteString

backend/cache/cache_internal_test.go:986–988  ·  view source on GitHub ↗
(t *testing.T, f fs.Fs, remote, content string)

Source from the content-addressed store, hash-verified

984}
985
986func (r *run) writeRemoteString(t *testing.T, f fs.Fs, remote, content string) {
987 r.writeRemoteBytes(t, f, remote, []byte(content))
988}
989
990func (r *run) writeObjectString(t *testing.T, f fs.Fs, remote, content string) fs.Object {
991 return r.writeObjectBytes(t, f, remote, []byte(content))

Calls 1

writeRemoteBytesMethod · 0.95

Tested by

no test coverage detected