()
| 111 | ); |
| 112 | |
| 113 | const trimBackwardsIds = (): void => |
| 114 | clearCheckpointIds(backwardIds, size(backwardIds) - backwardIdsSize); |
| 115 | |
| 116 | const storeChanged = () => |
| 117 | ifNotUndefined(currentId, () => { |
no test coverage detected
searching dependent graphs…