()
| 1323 | |
| 1324 | return { |
| 1325 | start(): void { |
| 1326 | store.init(); |
| 1327 | subscribeErrors(); |
| 1328 | store.dispatch(threadAdapterEvents.started()); |
| 1329 | }, |
| 1330 | stop(): void { |
| 1331 | store.dispatch(threadAdapterEvents.stopped()); |
| 1332 | errorSubscription?.unsubscribe(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…