(id?: Id)
| 677 | }; |
| 678 | |
| 679 | export const getQueries = (id?: Id): Queries | undefined => |
| 680 | getProvidedThing(id, OFFSET_QUERIES) as Queries | undefined; |
| 681 | |
| 682 | export const getQueriesIds = (): {readonly current: Ids} => { |
| 683 | const contextValue = getContextValue(); |
no test coverage detected
searching dependent graphs…