(checkpointId: Id)
| 48 | |
| 49 | /// Checkpoints.hasCheckpoint |
| 50 | hasCheckpoint(checkpointId: Id): boolean; |
| 51 | |
| 52 | /// Checkpoints.getCheckpoint |
| 53 | getCheckpoint(checkpointId: Id): string | undefined; |
nothing calls this directly
no outgoing calls
no test coverage detected