| 338 | } |
| 339 | |
| 340 | LGBM_SE LGBM_BoosterMerge_R(LGBM_SE handle, |
| 341 | LGBM_SE other_handle, |
| 342 | LGBM_SE call_state) { |
| 343 | R_API_BEGIN(); |
| 344 | CHECK_CALL(LGBM_BoosterMerge(R_GET_PTR(handle), R_GET_PTR(other_handle))); |
| 345 | R_API_END(); |
| 346 | } |
| 347 | |
| 348 | LGBM_SE LGBM_BoosterAddValidData_R(LGBM_SE handle, |
| 349 | LGBM_SE valid_data, |
nothing calls this directly
no test coverage detected