()
| 28 | * absorbed inside the forked fiber and the layer's catchCause handlers. |
| 29 | */ |
| 30 | export const startIntegrationsRefresh = (): void => { |
| 31 | integrationsRuntime.runFork(IntegrationsRegistry.asEffect()); |
| 32 | }; |
no outgoing calls
no test coverage detected