MCPcopy
hub / github.com/rclone/rclone / Count

Method Count

fs/fserrors/error.go:296–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294type CountableError interface {
295 error
296 Count()
297 IsCounted() bool
298}
299

Callers 15

OpenMethod · 0.65
UpdateMethod · 0.65
checkTreeFunction · 0.65
setChunkNameFormatMethod · 0.65
PathFunction · 0.65
newServerFunction · 0.65
setHashTypeMethod · 0.65
WhichCheckMethod · 0.65
checkSyntaxMethod · 0.65
GetVersionFunction · 0.65
CountFunction · 0.65
TestHashSetFunction · 0.65

Implementers 1

wrappedCountableErrorfs/fserrors/error.go

Calls

no outgoing calls

Tested by 4

checkTreeFunction · 0.52
TestHashSetFunction · 0.52
TestSyncWithUpdateOlderFunction · 0.52