| 228 | } |
| 229 | |
| 230 | void LASLIB_DLL unset_las_message_handler() { |
| 231 | message_handler = las_default_message_handler; |
| 232 | message_user_data = 0; |
| 233 | } |
| 234 | |
| 235 | void format_message(std::string& messsage, unsigned multiline_ident, bool append_trailing_lf = true) { |
| 236 | size_t lines = messsage.find('\n'); |
nothing calls this directly
no outgoing calls
no test coverage detected