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

Class

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

Source from the content-addressed store, hash-verified

3import { Data, Effect } from "effect"
4
5class ExampleError extends Data.TaggedError("ExampleError")<{}> {}
6
7export const fetchInSync = Effect.sync(() => fetch("https://example.com/sync"))
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected