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

Function TestServerSideMove

fs/sync/sync_test.go:1909–1913  ·  view source on GitHub ↗

Test a server-side move if possible, or the backup path if not

(t *testing.T)

Source from the content-addressed store, hash-verified

1907
1908// Test a server-side move if possible, or the backup path if not
1909func TestServerSideMove(t *testing.T) {
1910 ctx := context.Background()
1911 r := fstest.NewRun(t)
1912 testServerSideMove(ctx, t, r, false, false)
1913}
1914
1915// Test a server-side move if possible, or the backup path if not
1916func TestServerSideMoveWithFilter(t *testing.T) {

Callers

nothing calls this directly

Calls 2

NewRunFunction · 0.92
testServerSideMoveFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…