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

Method String

backend/crypt/crypt.go:1007–1012  ·  view source on GitHub ↗

Return a string version

()

Source from the content-addressed store, hash-verified

1005
1006// Return a string version
1007func (o *Object) String() string {
1008 if o == nil {
1009 return "<nil>"
1010 }
1011 return o.Remote()
1012}
1013
1014// Remote returns the remote path
1015func (o *Object) Remote() string {

Callers

nothing calls this directly

Calls 1

RemoteMethod · 0.95

Tested by

no test coverage detected