(checkpointId: Id)
| 51 | |
| 52 | /// Checkpoints.getCheckpoint |
| 53 | getCheckpoint(checkpointId: Id): string | undefined; |
| 54 | |
| 55 | /// Checkpoints.addCheckpointIdsListener |
| 56 | addCheckpointIdsListener(listener: CheckpointIdsListener): Id; |
nothing calls this directly
no outgoing calls
no test coverage detected