| 406 | } |
| 407 | |
| 408 | LGBM_SE LGBM_BoosterRollbackOneIter_R(LGBM_SE handle, |
| 409 | LGBM_SE call_state) { |
| 410 | R_API_BEGIN(); |
| 411 | CHECK_CALL(LGBM_BoosterRollbackOneIter(R_GET_PTR(handle))); |
| 412 | R_API_END(); |
| 413 | } |
| 414 | |
| 415 | LGBM_SE LGBM_BoosterGetCurrentIteration_R(LGBM_SE handle, |
| 416 | LGBM_SE out, |
nothing calls this directly
no test coverage detected