()
| 207 | mapGet(labels, checkpointId); |
| 208 | |
| 209 | const goBackward = (): Checkpoints => { |
| 210 | goBackwardImpl(); |
| 211 | callListenersIfChanged(); |
| 212 | return checkpoints; |
| 213 | }; |
| 214 | |
| 215 | const goForward = (): Checkpoints => { |
| 216 | goForwardImpl(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…