MCPcopy
hub / github.com/rclone/rclone / TestCopyWithFilesFromAndNoTraverse

Function TestCopyWithFilesFromAndNoTraverse

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

Source from the content-addressed store, hash-verified

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

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…