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

Method Debug

src/wktparser.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void WktParser::Debug() {
221 for (auto const& [key, val] : map) {
222 std::cout << key << " = " << val << std::endl;
223 }
224}
225
226bool WktParser::HasValueStr(const std::string& key, std::string& val) {
227 if (auto search = map.find(to_lower_copy(key)); search != map.end()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected