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

Method begin

src/validate_csv_writer.cpp:64–68  ·  view source on GitHub ↗

Begins a new structured section identified by the given key and makes it the current write context

Source from the content-addressed store, hash-verified

62
63/// Begins a new structured section identified by the given key and makes it the current write context
64BOOL ValidateCsvWriter::begin(const std::string& key, ContainerType type) {
65 if (file == nullptr) return FALSE;
66
67 return TRUE;
68}
69
70/// Begins a sub-section within the current section and makes it the active write context
71BOOL ValidateCsvWriter::beginsub(const std::string& key, ContainerType type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected