()
| 257 | }; |
| 258 | |
| 259 | const clearForward = (): Checkpoints => { |
| 260 | if (!arrayIsEmpty(forwardIds)) { |
| 261 | clearCheckpointIds(forwardIds); |
| 262 | callListeners(checkpointIdsListeners); |
| 263 | } |
| 264 | return checkpoints; |
| 265 | }; |
| 266 | |
| 267 | const destroy = (): void => { |
| 268 | store.delListener(cellListenerId); |
nothing calls this directly
no test coverage detected
searching dependent graphs…