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

Function build

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

Source from the content-addressed store, hash-verified

336
337/** @internal */
338export const build = <RIn, E, ROut>(
339 self: Layer.Layer<ROut, E, RIn>
340): Effect.Effect<Context.Context<ROut>, E, RIn | Scope.Scope> =>
341 fiberRuntime.scopeWith((scope) => buildWithScope(self, scope))
342
343/** @internal */
344export const buildWithScope = dual<

Callers 1

groupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…