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

Method SetModTime

fstest/mockobject/mockobject.go:62–64  ·  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

60
61// SetModTime sets the metadata on the object to set the modification date
62func (o Object) SetModTime(ctx context.Context, t time.Time) error {
63 return errNotImpl
64}
65
66// Open opens the file for read. Call Close() on the returned io.ReadCloser
67func (o Object) Open(ctx context.Context, options ...fs.OpenOption) (io.ReadCloser, error) {

Callers 1

RunFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected