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

Method Remote

backend/cache/object.go:126–129  ·  view source on GitHub ↗

Remote returns the remote path

()

Source from the content-addressed store, hash-verified

124
125// Remote returns the remote path
126func (o *Object) Remote() string {
127 p := path.Join(o.Dir, o.Name)
128 return o.CacheFs.cleanRootFromPath(p)
129}
130
131// abs returns the absolute path to the object
132func (o *Object) abs() string {

Callers 7

httpExpireRemoteMethod · 0.95
receiveChangeNotifyMethod · 0.95
StringMethod · 0.95
refreshMethod · 0.95
refreshFromSourceMethod · 0.95
UpdateMethod · 0.95
RemoveMethod · 0.95

Calls 2

JoinMethod · 0.80
cleanRootFromPathMethod · 0.80

Tested by

no test coverage detected