(checkpointCallback: CheckpointCallback)
| 45 | |
| 46 | /// Checkpoints.forEachCheckpoint |
| 47 | forEachCheckpoint(checkpointCallback: CheckpointCallback): void; |
| 48 | |
| 49 | /// Checkpoints.hasCheckpoint |
| 50 | hasCheckpoint(checkpointId: Id): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected