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

Function passthrough

packages/effect/src/internal/layer.ts:849–850  ·  view source on GitHub ↗
(self: Layer.Layer<ROut, E, RIn>)

Source from the content-addressed store, hash-verified

847
848/** @internal */
849export const passthrough = <RIn, E, ROut>(self: Layer.Layer<ROut, E, RIn>): Layer.Layer<RIn | ROut, E, RIn> =>
850 merge(context<RIn>(), self)
851
852/** @internal */
853export const project = dual<

Callers

nothing calls this directly

Calls 2

mergeFunction · 0.70
contextFunction · 0.70

Tested by

no test coverage detected