MCPcopy
hub / github.com/rclone/rclone / tempFileStartedUpload

Method tempFileStartedUpload

backend/cache/object.go:367–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

365}
366
367func (o *Object) tempFileStartedUpload() bool {
368 started, err := o.CacheFs.cache.SearchPendingUpload(o.abs())
369 if err != nil {
370 return false
371 }
372 return started
373}
374
375// UnWrap returns the Object that this Object is wrapping or
376// nil if it isn't wrapping anything

Callers 4

UpdateMethod · 0.95
RemoveMethod · 0.95
DirMoveMethod · 0.80
MoveMethod · 0.80

Calls 2

absMethod · 0.95
SearchPendingUploadMethod · 0.80

Tested by

no test coverage detected