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

Method end

src/validate_xml_writer.cpp:154–161  ·  view source on GitHub ↗

Closes the current section and restores the parent context; finalizes output if the root section is closed

Source from the content-addressed store, hash-verified

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) {
155 if (file == nullptr) return FALSE;
156
157 indent--;
158 printIndent(stream);
159 stream << "</" << key << ">\n";
160 return TRUE;
161}

Callers 15

mainFunction · 0.45
write_csv_rowFunction · 0.45
merge_groupsFunction · 0.45
sort_prefix_groupsFunction · 0.45
runMethod · 0.45
mainFunction · 0.45
GeoTiffInfoMethod · 0.45
HasValueStrMethod · 0.45
HasProjectionMethod · 0.45
parseVersionFunction · 0.45
getProjLibraryPathFunction · 0.45
load_proj_libraryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected