MCPcopy Create free account
hub / github.com/LAStools/LAStools / Quoted

Function Quoted

src/lasinfo.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static CsvString Quoted(const std::string& string) {
143 return CsvString{string, true};
144}
145
146static const char* LASpointClassification[32] = {
147 "never classified",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected