MCPcopy
hub / github.com/rclone/rclone / Storable

Method Storable

fstest/mockobject/mockobject.go:57–59  ·  view source on GitHub ↗

Storable says whether this object can be stored

()

Source from the content-addressed store, hash-verified

55
56// Storable says whether this object can be stored
57func (o Object) Storable() bool {
58 return true
59}
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 {

Callers 1

RunFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected