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

Function withRandomScoped

packages/effect/src/internal/fiberRuntime.ts:3024–3025  ·  view source on GitHub ↗
(value: A)

Source from the content-addressed store, hash-verified

3022
3023/* @internal */
3024export const withRandomScoped = <A extends Random.Random>(value: A) =>
3025 fiberRefLocallyScopedWith(defaultServices.currentServices, Context.add(randomTag, value))
3026
3027/* @internal */
3028export const withConfigProviderScoped = (provider: ConfigProvider) =>

Callers

nothing calls this directly

Calls 2

addMethod · 0.65

Tested by

no test coverage detected