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

Class

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

Source from the content-addressed store, hash-verified

57// this is valid because depends on SampleService1 and is defined in the dependencies array, which is provided outside of the service
58const dependencies1 = [SampleService1.Default] as const
59export class ValidService5 extends Effect.Service<ValidService5>()("ValidService5", {
60 effect: Effect.gen(function*() {
61 const sampleService1 = yield* SampleService1
62 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected