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

Class

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

Source from the content-addressed store, hash-verified

26
27// this is valid because it has no dependencies
28export class ValidService2 extends Effect.Service<ValidService2>()("ValidService2", {
29 succeed: { value: 3 }
30}) {
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected