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

Method Remote

backend/hdfs/object.go:32–34  ·  view source on GitHub ↗

Remote returns the remote path

()

Source from the content-addressed store, hash-verified

30
31// Remote returns the remote path
32func (o *Object) Remote() string {
33 return o.remote
34}
35
36// Size returns the size of an object in bytes
37func (o *Object) Size() int64 {

Callers 2

SetModTimeMethod · 0.95
StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected