MCPcopy
hub / github.com/rclone/rclone / ModTime

Method ModTime

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

ModTime returns the modification date of the file It should return a best guess if one isn't available

(context.Context)

Source from the content-addressed store, hash-verified

128 // ModTime returns the modification date of the file
129 // It should return a best guess if one isn't available
130 ModTime(context.Context) time.Time
131
132 // Size returns the size of the file
133 Size() int64

Callers 15

DirectoryFromOriginalFunction · 0.65
updateDataMethod · 0.65
UpdateMethod · 0.65
PutUncheckedMethod · 0.65
PutMethod · 0.65
UpdateMethod · 0.65
uploadUncheckedMethod · 0.65
ModTimeMethod · 0.65
UpdateMethod · 0.65
NewObjectMethod · 0.65
ListMethod · 0.65
MoveMethod · 0.65

Implementers 15

Directorybackend/cache/directory.go
Objectbackend/cache/object.go
Objectbackend/mega/mega.go
Objectbackend/yandex/yandex.go
Objectbackend/qingstor/qingstor.go
Objectbackend/ulozto/ulozto.go
RenamingObjectInfoProxybackend/ulozto/ulozto.go
Objectbackend/hdfs/object.go
Objectbackend/googlephotos/googlephotos.go
Objectbackend/mailru/mailru.go
Objectbackend/zoho/zoho.go
Objectbackend/filelu/filelu_object.go

Calls

no outgoing calls

Tested by 15

TestIntegrationFunction · 0.52
TestNewObjectFunction · 0.52
TestOpenFunction · 0.52
TestDirectoryMetadataMethod · 0.52
testMetadataPathsMethod · 0.52
TestUpdatingCheckFunction · 0.52
checkTreeFunction · 0.52
TestFileMethodsFunction · 0.52
TestDirMethodsFunction · 0.52
TestDirSetModTimeFunction · 0.52
TestDirCreateFunction · 0.52