(id?: Id)
| 616 | ); |
| 617 | |
| 618 | export const getIndexes = (id?: Id): Indexes | undefined => |
| 619 | getProvidedThing(id, OFFSET_INDEXES) as Indexes | undefined; |
| 620 | |
| 621 | export const getIndexesIds = (): {readonly current: Ids} => { |
| 622 | const contextValue = getContextValue(); |
no test coverage detected
searching dependent graphs…