| 3994 | return "map_user_data"; |
| 3995 | }; |
| 3996 | inline I32 get_command(CHAR* string) const |
| 3997 | { |
| 3998 | return sprintf(string, "-%s \"%s\" ", name(), map_file_name); |
| 3999 | }; |
| 4000 | inline U32 get_decompress_selective() const |
| 4001 | { |
| 4002 | return LASZIP_DECOMPRESS_SELECTIVE_USER_DATA; |
nothing calls this directly
no outgoing calls
no test coverage detected