MCPcopy Create free account
hub / github.com/effect-app/libs /

Class

packages/infra/test/controller.test.ts:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205const Query = Req.Query
206
207export class Eff extends Command<Eff>()("Eff", {}, { success: S.Void }) {}
208export class Gen extends Command<Gen>()("Gen", {}) {}
209
210expectTypeOf(Eff.error).toEqualTypeOf<typeof Gen.error>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected