MCPcopy
hub / github.com/rclone/rclone / String

Method String

backend/cache/directory.go:87–92  ·  view source on GitHub ↗

String returns a human friendly name for this object

()

Source from the content-addressed store, hash-verified

85
86// String returns a human friendly name for this object
87func (d *Directory) String() string {
88 if d == nil {
89 return "<nil>"
90 }
91 return d.Remote()
92}
93
94// Remote returns the remote path
95func (d *Directory) Remote() string {

Callers

nothing calls this directly

Calls 1

RemoteMethod · 0.95

Tested by

no test coverage detected