(input)
| 36 | return absolute(input) |
| 37 | }, |
| 38 | fromDriver(input) { |
| 39 | return AbsolutePath.make(toPlatform(absolute(input))) |
| 40 | }, |
| 41 | }) |
| 42 | |
| 43 | // Legacy sessions may persist an empty directory. Keep that existing value |
nothing calls this directly
no test coverage detected