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

Method Remote

backend/crypt/crypt.go:1163–1165  ·  view source on GitHub ↗

Remote returns the remote path

()

Source from the content-addressed store, hash-verified

1161
1162// Remote returns the remote path
1163func (o *ObjectInfo) Remote() string {
1164 return o.f.cipher.EncryptFileName(o.ObjectInfo.Remote())
1165}
1166
1167// Size returns the size of the file
1168func (o *ObjectInfo) Size() int64 {

Callers

nothing calls this directly

Calls 2

RemoteMethod · 0.65
EncryptFileNameMethod · 0.45

Tested by

no test coverage detected