(checkpointId, checkpointsOrCheckpointsId)
| 1168 | 2 |
| 1169 | ); |
| 1170 | var useCheckpoint = (checkpointId, checkpointsOrCheckpointsId) => useListenable( |
| 1171 | CHECKPOINT, |
| 1172 | useCheckpointsOrCheckpointsById(checkpointsOrCheckpointsId), |
| 1173 | 5, |
| 1174 | [checkpointId] |
| 1175 | ); |
| 1176 | var useSetCheckpointCallback = (getCheckpoint = getUndefined, getCheckpointDeps = EMPTY_ARRAY, checkpointsOrCheckpointsId, then = getUndefined, thenDeps = EMPTY_ARRAY) => { |
| 1177 | const checkpoints = useCheckpointsOrCheckpointsById( |
| 1178 | checkpointsOrCheckpointsId |
no test coverage detected
searching dependent graphs…