MCPcopy
hub / github.com/rclone/rclone / HaveFilesFrom

Method HaveFilesFrom

fs/filter/filter.go:608–610  ·  view source on GitHub ↗

HaveFilesFrom returns true if --files-from has been supplied

()

Source from the content-addressed store, hash-verified

606
607// HaveFilesFrom returns true if --files-from has been supplied
608func (f *Filter) HaveFilesFrom() bool {
609 return f.files != nil
610}
611
612var errFilesFromNotSet = errors.New("--files-from not set so can't use Filter.ListR")
613

Callers 9

MakeListRMethod · 0.95
modifyListingMethod · 0.80
checkconflictsMethod · 0.80
makeListDirMethod · 0.80
newSyncCopyMoveFunction · 0.80
WalkFunction · 0.80
ListRFunction · 0.80
NewDirTreeFunction · 0.80

Calls

no outgoing calls

Tested by 1