! * \brief Set string message of the last error. * \param msg Error message */
| 1053 | * \param msg Error message |
| 1054 | */ |
| 1055 | inline void LGBM_SetLastError(const char* msg) { |
| 1056 | std::strcpy(LastErrorMsg(), msg); |
| 1057 | } |
| 1058 | |
| 1059 | #endif // LIGHTGBM_C_API_H_ |
no test coverage detected