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

Method end

src/validate_csv_writer.cpp:191–195  ·  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

189
190/// Closes the current section and restores the parent context; finalizes output if the root section is closed
191BOOL ValidateCsvWriter::end(const std::string& key) {
192 if (file == nullptr) return FALSE;
193
194 return TRUE;
195}

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected