MCPcopy
hub / github.com/rclone/rclone / TestSyncWithMaxDuration

Function TestSyncWithMaxDuration

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

Source from the content-addressed store, hash-verified

1545}
1546
1547func TestSyncWithMaxDuration(t *testing.T) {
1548 t.Run("Hard", func(t *testing.T) {
1549 testSyncWithMaxDuration(t, fs.CutoffModeHard)
1550 })
1551 t.Run("Soft", func(t *testing.T) {
1552 testSyncWithMaxDuration(t, fs.CutoffModeSoft)
1553 })
1554}
1555
1556// Test with TrackRenames set
1557func TestSyncWithTrackRenames(t *testing.T) {

Callers

nothing calls this directly

Calls 2

testSyncWithMaxDurationFunction · 0.85
RunMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…