(checkpointCallback)
| 561 | [...forwardIds] |
| 562 | ]; |
| 563 | const forEachCheckpoint = (checkpointCallback) => mapForEach(labels, checkpointCallback); |
| 564 | const hasCheckpoint = (checkpointId) => collHas(deltas, checkpointId); |
| 565 | const getCheckpoint = (checkpointId) => mapGet(labels, checkpointId); |
| 566 | const goBackward = () => { |
nothing calls this directly
no test coverage detected
searching dependent graphs…