(storeId: Id, store: Store)
| 1570 | }; |
| 1571 | |
| 1572 | export const provideStore = (storeId: Id, store: Store): void => |
| 1573 | provideThing(storeId, store, OFFSET_STORE); |
| 1574 | |
| 1575 | export const provideMetrics = (metricsId: Id, metrics: Metrics): void => |
| 1576 | provideThing(metricsId, metrics, OFFSET_METRICS); |
nothing calls this directly
no test coverage detected
searching dependent graphs…