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

Method endsub

src/validate_csv_writer.cpp:184–188  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

182
183/// Closes the current sub-section and restores the previous write context
184BOOL ValidateCsvWriter::endsub(const std::string& key) {
185 if (file == nullptr) return FALSE;
186
187 return TRUE;
188}
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected