(path)
| 871 | return Effect.fail(notFound("readDirectory", path)) |
| 872 | }, |
| 873 | readFile(path) { |
| 874 | return Effect.fail(notFound("readFile", path)) |
| 875 | }, |
| 876 | readFileString(path) { |
| 877 | return Effect.fail(notFound("readFileString", path)) |
| 878 | }, |
no test coverage detected