()
| 556 | }; |
| 557 | const getStore = () => store; |
| 558 | const getCheckpointIds = () => [ |
| 559 | [...backwardIds], |
| 560 | currentId, |
| 561 | [...forwardIds] |
| 562 | ]; |
| 563 | const forEachCheckpoint = (checkpointCallback) => mapForEach(labels, checkpointCallback); |
| 564 | const hasCheckpoint = (checkpointId) => collHas(deltas, checkpointId); |
| 565 | const getCheckpoint = (checkpointId) => mapGet(labels, checkpointId); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…