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

Class

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

Source from the content-addressed store, hash-verified

14
15// this is valid because depends on SampleService1 and is defined in the dependencies array
16export class ValidService extends Effect.Service<ValidService>()("ValidService", {
17 effect: Effect.gen(function*() {
18 const sampleService1 = yield* SampleService1
19 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected