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