(size: number)
| 168 | }; |
| 169 | |
| 170 | const setSize = (size: number): Checkpoints => { |
| 171 | backwardIdsSize = size; |
| 172 | trimBackwardsIds(); |
| 173 | return checkpoints; |
| 174 | }; |
| 175 | |
| 176 | const addCheckpoint = (label?: string) => { |
| 177 | const id = addCheckpointImpl(label); |
nothing calls this directly
no test coverage detected
searching dependent graphs…