MCPcopy
hub / github.com/rclone/rclone / Remote

Method Remote

backend/mega/mega.go:994–996  ·  view source on GitHub ↗

Remote returns the remote path

()

Source from the content-addressed store, hash-verified

992
993// Remote returns the remote path
994func (o *Object) Remote() string {
995 return o.remote
996}
997
998// Hash returns the hashes of an object
999func (o *Object) Hash(ctx context.Context, t hash.Type) (string, error) {

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected