MCPcopy
hub / github.com/rclone/rclone / Remove

Method Remove

fstest/mockobject/mockobject.go:77–79  ·  view source on GitHub ↗

Remove this object

(ctx context.Context)

Source from the content-addressed store, hash-verified

75
76// Remove this object
77func (o Object) Remove(ctx context.Context) error {
78 return errNotImpl
79}
80
81// SeekMode specifies the optional Seek interface for the ReadCloser returned by Open
82type SeekMode int

Callers 1

RunFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected