()
| 193 | const getStore = (): Store => store; |
| 194 | |
| 195 | const getCheckpointIds = (): CheckpointIds => [ |
| 196 | [...backwardIds], |
| 197 | currentId, |
| 198 | [...forwardIds], |
| 199 | ]; |
| 200 | |
| 201 | const forEachCheckpoint = (checkpointCallback: CheckpointCallback) => |
| 202 | mapForEach(labels, checkpointCallback); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…