MCPcopy Index your code
hub / github.com/rclone/rclone / Remote

Method Remote

fs/object/object.go:244–246  ·  view source on GitHub ↗

Remote returns the remote path

()

Source from the content-addressed store, hash-verified

242
243// Remote returns the remote path
244func (o *MemoryObject) Remote() string {
245 return o.remote
246}
247
248// String returns a description of the Object
249func (o *MemoryObject) String() string {

Callers 1

TestMemoryObjectFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMemoryObjectFunction · 0.76