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

Method write

src/validate_csv_writer.cpp:76–80  ·  view source on GitHub ↗

Writes a simple value into the current context

Source from the content-addressed store, hash-verified

74
75/// Writes a simple value into the current context
76BOOL ValidateCsvWriter::write(const std::string& value) {
77 if (file == nullptr) return FALSE;
78
79 return TRUE;
80}
81
82/// Writes a numeric value into the current context
83BOOL ValidateCsvWriter::write(I32 value) {

Callers

nothing calls this directly

Calls 5

escape_csv_valueFunction · 0.85
to_stringFunction · 0.85
emptyMethod · 0.80
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected