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

Method Remote

backend/b2/b2.go:1709–1711  ·  view source on GitHub ↗

Remote returns the remote path

()

Source from the content-addressed store, hash-verified

1707
1708// Remote returns the remote path
1709func (o *Object) Remote() string {
1710 return o.remote
1711}
1712
1713// Hash returns the Sha-1 of an object returning a lowercase hex string
1714func (o *Object) Hash(ctx context.Context, t hash.Type) (string, error) {

Callers 2

InternalTestVersionsMethod · 0.95
runFunction · 0.95

Calls

no outgoing calls

Tested by 1

InternalTestVersionsMethod · 0.76