( self: Layer.Layer<ROut, E, RIn> )
| 336 | |
| 337 | /** @internal */ |
| 338 | export 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 */ |
| 344 | export const buildWithScope = dual< |
no outgoing calls
no test coverage detected
searching dependent graphs…