()
| 158 | return Effect.fail(notFound("realPath", path)) |
| 159 | }, |
| 160 | remove() { |
| 161 | return Effect.void |
| 162 | }, |
| 163 | rename(oldPath) { |
| 164 | return Effect.fail(notFound("rename", oldPath)) |
| 165 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…