MCPcopy Create free account
hub / github.com/Effect-TS/tsgo /

Class

testdata/tests/effect-v3/leakingRequirements_noScope.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type * as Scope from "effect/Scope"
5
6export class FileSystem extends Context.Tag("FileSystem")<FileSystem, {
7 writeFile: (content: string) => Effect.Effect<void>
8}>() {}
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected