(value: A)
| 3022 | |
| 3023 | /* @internal */ |
| 3024 | export const withRandomScoped = <A extends Random.Random>(value: A) => |
| 3025 | fiberRefLocallyScopedWith(defaultServices.currentServices, Context.add(randomTag, value)) |
| 3026 | |
| 3027 | /* @internal */ |
| 3028 | export const withConfigProviderScoped = (provider: ConfigProvider) => |
nothing calls this directly
no test coverage detected