MCPcopy Index your code
hub / github.com/rclone/rclone / writeObjectString

Method writeObjectString

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

Source from the content-addressed store, hash-verified

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))
992}
993
994func (r *run) writeRemoteBytes(t *testing.T, f fs.Fs, remote string, data []byte) {
995 r.writeObjectBytes(t, f, remote, data)

Callers 2

TestInternalBug2117Function · 0.80

Calls 1

writeObjectBytesMethod · 0.95

Tested by

no test coverage detected