MCPcopy
hub / github.com/rclone/rclone / Fs

Method Fs

fstest/mockobject/mockobject.go:32–34  ·  view source on GitHub ↗

Fs returns read only access to the Fs that this object is part of

()

Source from the content-addressed store, hash-verified

30
31// Fs returns read only access to the Fs that this object is part of
32func (o Object) Fs() fs.Info {
33 return nil
34}
35
36// Remote returns the remote path
37func (o Object) Remote() string {

Callers 1

RunFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected