(id?: Id)
| 883 | }; |
| 884 | |
| 885 | export const getCheckpoints = (id?: Id): Checkpoints | undefined => |
| 886 | getProvidedThing(id, OFFSET_CHECKPOINTS) as Checkpoints | undefined; |
| 887 | |
| 888 | export const getCheckpointsIds = (): {readonly current: Ids} => { |
| 889 | const contextValue = getContextValue(); |
no test coverage detected
searching dependent graphs…