MCPcopy Index your code
hub / github.com/Effect-TS/effect / two

Method two

packages/effect/test/Layer.test.ts:774–776  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

772}
773export class Service2 {
774 two(): Effect.Effect<number> {
775 return Effect.succeed(2)
776 }
777}
778export const Service2Tag = Context.GenericTag<Service2>("Service2")
779export const makeLayer2 = (ref: Ref.Ref<Chunk.Chunk<string>>): Layer.Layer<Service2> => {

Callers 1

Layer.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected