MCPcopy Index your code
hub / github.com/rclone/rclone / String

Method String

backend/cache/object.go:118–123  ·  view source on GitHub ↗

String returns a human friendly name for this object

()

Source from the content-addressed store, hash-verified

116
117// String returns a human friendly name for this object
118func (o *Object) String() string {
119 if o == nil {
120 return "<nil>"
121 }
122 return o.Remote()
123}
124
125// Remote returns the remote path
126func (o *Object) Remote() string {

Callers

nothing calls this directly

Calls 1

RemoteMethod · 0.95

Tested by

no test coverage detected