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

File Layer.ts

packages/effect/src/Layer.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * A `Layer<ROut, E, RIn>` describes how to build one or more services in your
3 * application. Services can be injected into effects via
4 * `Effect.provideService`. Effects can require services via `Effect.service`.

Callers

nothing calls this directly

Calls 7

scopedDiscardFunction · 0.85
provideFunction · 0.85
unsafeGetMethod · 0.80
mapFunction · 0.70
contextFunction · 0.70
fFunction · 0.70
addMethod · 0.65

Tested by

no test coverage detected