| 4 | import type * as Scope from "effect/Scope" |
| 5 | |
| 6 | export class FileSystem extends Context.Tag("FileSystem")<FileSystem, { |
| 7 | writeFile: (content: string) => Effect.Effect<void> |
| 8 | }>() {} |
| 9 |
nothing calls this directly
no outgoing calls
no test coverage detected