| 140 | } |
| 141 | |
| 142 | static CsvString Quoted(const std::string& string) { |
| 143 | return CsvString{string, true}; |
| 144 | } |
| 145 | |
| 146 | static const char* LASpointClassification[32] = { |
| 147 | "never classified", |
nothing calls this directly
no outgoing calls
no test coverage detected