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

Method Remote

backend/cache/directory.go:95–97  ·  view source on GitHub ↗

Remote returns the remote path

()

Source from the content-addressed store, hash-verified

93
94// Remote returns the remote path
95func (d *Directory) Remote() string {
96 return d.CacheFs.cleanRootFromPath(d.abs())
97}
98
99// abs returns the absolute path to the dir
100func (d *Directory) abs() string {

Callers 10

httpExpireRemoteMethod · 0.95
receiveChangeNotifyMethod · 0.95
MkdirMethod · 0.95
RmdirMethod · 0.95
DirMoveMethod · 0.95
putMethod · 0.95
CopyMethod · 0.95
MoveMethod · 0.95
StringMethod · 0.95
RemoveMethod · 0.95

Calls 2

absMethod · 0.95
cleanRootFromPathMethod · 0.80

Tested by

no test coverage detected