Remote returns the remote path
()
| 35 | |
| 36 | // Remote returns the remote path |
| 37 | func (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 "" |
no outgoing calls
no test coverage detected