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

Function TestCopyWithFilesFrom

fs/sync/sync_test.go:334–334  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

332 r.CheckRemoteItems(t, file1)
333}
334func TestCopyWithFilesFrom(t *testing.T) { testCopyWithFilesFrom(t, false) }
335func TestCopyWithFilesFromAndNoTraverse(t *testing.T) { testCopyWithFilesFrom(t, true) }
336
337// Test copy empty directories

Callers

nothing calls this directly

Calls 1

testCopyWithFilesFromFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…