MCPcopy Create free account
hub / github.com/rclone/rclone / String

Method String

backend/hdfs/object.go:63–68  ·  view source on GitHub ↗

Return a string version

()

Source from the content-addressed store, hash-verified

61
62// Return a string version
63func (o *Object) String() string {
64 if o == nil {
65 return "<nil>"
66 }
67 return o.Remote()
68}
69
70// Hash is not supported
71func (o *Object) Hash(ctx context.Context, r hash.Type) (string, error) {

Callers

nothing calls this directly

Calls 1

RemoteMethod · 0.95

Tested by

no test coverage detected