(provider: ConfigProvider)
| 3026 | |
| 3027 | /* @internal */ |
| 3028 | export const withConfigProviderScoped = (provider: ConfigProvider) => |
| 3029 | fiberRefLocallyScopedWith(defaultServices.currentServices, Context.add(configProviderTag, provider)) |
| 3030 | |
| 3031 | /* @internal */ |
| 3032 | export const withEarlyRelease = <A, E, R>( |
nothing calls this directly
no test coverage detected
searching dependent graphs…