(id?: Id)
| 564 | }; |
| 565 | |
| 566 | export const getStore = (id?: Id): Store | undefined => |
| 567 | getProvidedThing(id, OFFSET_STORE) as Store | undefined; |
| 568 | |
| 569 | export const getStoreIds = (): {readonly current: Ids} => { |
| 570 | const contextValue = getContextValue(); |
no test coverage detected
searching dependent graphs…