MCPcopy
hub / github.com/rclone/rclone / TestServerSideMoveDeleteEmptySourceDirs

Function TestServerSideMoveDeleteEmptySourceDirs

fs/sync/sync_test.go:1929–1933  ·  view source on GitHub ↗

Test a server-side move if possible

(t *testing.T)

Source from the content-addressed store, hash-verified

1927
1928// Test a server-side move if possible
1929func TestServerSideMoveDeleteEmptySourceDirs(t *testing.T) {
1930 ctx := context.Background()
1931 r := fstest.NewRun(t)
1932 testServerSideMove(ctx, t, r, false, true)
1933}
1934
1935// Test a server-side move with overlap
1936func TestServerSideMoveOverlap(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…