| 168 | } |
| 169 | |
| 170 | LGBM_SE LGBM_DatasetSaveBinary_R(LGBM_SE handle, |
| 171 | LGBM_SE filename, |
| 172 | LGBM_SE call_state) { |
| 173 | R_API_BEGIN(); |
| 174 | CHECK_CALL(LGBM_DatasetSaveBinary(R_GET_PTR(handle), |
| 175 | R_CHAR_PTR(filename))); |
| 176 | R_API_END(); |
| 177 | } |
| 178 | |
| 179 | LGBM_SE LGBM_DatasetFree_R(LGBM_SE handle, |
| 180 | LGBM_SE call_state) { |
nothing calls this directly
no test coverage detected