Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/tsgo
/
Class
testdata/tests/effect-v3/leakingRequirements_allowJsdoc.ts:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
{ Context } from
"effect"
4
5
export
class
FileSystem extends Context.Tag(
"FileSystem"
)<FileSystem, {
6
writeFile: (content: string) => Effect.Effect<void>
7
}>() {}
8
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected