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

Method Remote

fstest/mockobject/mockobject.go:37–39  ·  view source on GitHub ↗

Remote returns the remote path

()

Source from the content-addressed store, hash-verified

35
36// Remote returns the remote path
37func (o Object) Remote() string {
38 return string(o)
39}
40
41// Hash returns the selected checksum of the file
42// If no checksum is available it returns ""

Callers 2

RunFunction · 0.95
processJobMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected