(checkpointId: Id, label: string)
| 36 | |
| 37 | /// Checkpoints.setCheckpoint |
| 38 | setCheckpoint(checkpointId: Id, label: string): Checkpoints; |
| 39 | |
| 40 | /// Checkpoints.getStore |
| 41 | getStore(): Store; |
nothing calls this directly
no outgoing calls
no test coverage detected