(checkpointId: Id)
| 202 | mapForEach(labels, checkpointCallback); |
| 203 | |
| 204 | const hasCheckpoint = (checkpointId: Id) => collHas(deltas, checkpointId); |
| 205 | |
| 206 | const getCheckpoint = (checkpointId: Id): string | undefined => |
| 207 | mapGet(labels, checkpointId); |
no test coverage detected
searching dependent graphs…