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

Method endsub

src/validate_xml_writer.cpp:149–151  ·  view source on GitHub ↗

Closes the current sub-section and restores the previous write context

Source from the content-addressed store, hash-verified

147
148/// Closes the current sub-section and restores the previous write context
149BOOL ValidateXmlWriter::endsub(const std::string& key) {
150 return end(key);
151}
152
153/// Closes the current section and restores the parent context; finalizes output if the root section is closed
154BOOL ValidateXmlWriter::end(const std::string& key) {

Callers 1

mainFunction · 0.45

Calls 1

endFunction · 0.85

Tested by

no test coverage detected