()
| 274 | () => getProps(props.getCheckpointComponentProps, checkpointId), |
| 275 | { |
| 276 | get checkpoints() { |
| 277 | return getValue(resolvedCheckpoints); |
| 278 | }, |
| 279 | checkpointId, |
| 280 | get debugIds() { |
| 281 | return props.debugIds; |
nothing calls this directly
no test coverage detected
searching dependent graphs…