(checkpointCallback: CheckpointCallback)
| 199 | ]; |
| 200 | |
| 201 | const forEachCheckpoint = (checkpointCallback: CheckpointCallback) => |
| 202 | mapForEach(labels, checkpointCallback); |
| 203 | |
| 204 | const hasCheckpoint = (checkpointId: Id) => collHas(deltas, checkpointId); |
| 205 |
nothing calls this directly
no test coverage detected
searching dependent graphs…