MCPcopy
hub / github.com/rclone/rclone / SetModTime

Method SetModTime

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

SetModTime sets the metadata on the object to set the modification date

(ctx context.Context, t time.Time)

Source from the content-addressed store, hash-verified

85
86 // SetModTime sets the metadata on the object to set the modification date
87 SetModTime(ctx context.Context, t time.Time) error
88
89 // Open opens the file for read. Call Close() on the returned io.ReadCloser
90 Open(ctx context.Context, options ...OpenOption) (io.ReadCloser, error)

Callers 9

canSetModTimeFunction · 0.95
testGETFunction · 0.95
TouchFunction · 0.95
multiThreadCopyFunction · 0.95
RunFunction · 0.65
SetModTimeMethod · 0.65
equalFunction · 0.65
TouchDirFunction · 0.65
SetDirModTimeFunction · 0.65

Implementers 15

Objectbackend/cache/object.go
Objectbackend/mega/mega.go
Objectbackend/yandex/yandex.go
Objectbackend/qingstor/qingstor.go
Objectbackend/ulozto/ulozto.go
Objectbackend/hdfs/object.go
Objectbackend/googlephotos/googlephotos.go
Objectbackend/mailru/mailru.go
Objectbackend/zoho/zoho.go
Objectbackend/filelu/filelu_object.go
Objectbackend/union/entry.go
Objectbackend/http/http.go

Calls

no outgoing calls

Tested by 2

canSetModTimeFunction · 0.76
testGETFunction · 0.76