(label?: string)
| 33 | |
| 34 | /// Checkpoints.addCheckpoint |
| 35 | addCheckpoint(label?: string): Id; |
| 36 | |
| 37 | /// Checkpoints.setCheckpoint |
| 38 | setCheckpoint(checkpointId: Id, label: string): Checkpoints; |
nothing calls this directly
no outgoing calls
no test coverage detected