()
| 102 | } |
| 103 | |
| 104 | func (p remotePath) Base() remotePath { |
| 105 | return newRemotePath(path.Base(p.file)) |
| 106 | } |
| 107 | |
| 108 | func (p remotePath) Clean() remotePath { |
| 109 | return newRemotePath(path.Clean(p.file)) |
nothing calls this directly
no test coverage detected