| 737 | return "drop_edge_of_flight_line"; |
| 738 | }; |
| 739 | inline I32 get_command(CHAR* string) const |
| 740 | { |
| 741 | return sprintf(string, "-%s ", name()); |
| 742 | }; |
| 743 | inline U32 get_decompress_selective() const |
| 744 | { |
| 745 | return LASZIP_DECOMPRESS_SELECTIVE_FLAGS; |
nothing calls this directly
no outgoing calls
no test coverage detected