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

Method diagnostics

src/json.hpp:4392–4395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4390 }
4391
4392 static std::string diagnostics(std::nullptr_t /*leaf_element*/)
4393 {
4394 return "";
4395 }
4396
4397 template<typename BasicJsonType>
4398 static std::string diagnostics(const BasicJsonType* leaf_element)

Callers

nothing calls this directly

Calls 6

to_stringFunction · 0.85
concatFunction · 0.85
escapeFunction · 0.85
operator[]Method · 0.80
emptyMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected