MCPcopy
hub / github.com/rclone/rclone / Items

Method Items

fs/types.go:142–142  ·  view source on GitHub ↗

Items returns the count of items in this directory or this directory and subdirectories if known, -1 for unknown

()

Source from the content-addressed store, hash-verified

140 // Items returns the count of items in this directory or this
141 // directory and subdirectories if known, -1 for unknown
142 Items() int64
143
144 // ID returns the internal ID of this directory if known, or
145 // "" otherwise

Callers 5

CleanChunksByNeedMethod · 0.65
DirectoryFromOriginalFunction · 0.65
isPlayingMethod · 0.65
NewDirCopyFunction · 0.65
ListDirFunction · 0.65

Implementers 6

Directorybackend/cache/directory.go
Directorybackend/filen/filen.go
Directorybackend/onedrive/onedrive.go
Directorybackend/local/local.go
Directorybackend/shade/shade.go
Dirfs/dir.go

Calls

no outgoing calls

Tested by

no test coverage detected