| 3957 | return "change_user_data_from_to"; |
| 3958 | }; |
| 3959 | inline I32 get_command(CHAR* string) const |
| 3960 | { |
| 3961 | return sprintf(string, "-%s %d %d ", name(), user_data_from, user_data_to); |
| 3962 | }; |
| 3963 | inline U32 get_decompress_selective() const |
| 3964 | { |
| 3965 | return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; |
nothing calls this directly
no outgoing calls
no test coverage detected