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

Method beginsub

src/validate_json_writer.cpp:68–70  ·  view source on GitHub ↗

Begins a sub-section within the current section and makes it the active write context

Source from the content-addressed store, hash-verified

66
67/// Begins a sub-section within the current section and makes it the active write context
68BOOL ValidateJsonWriter::beginsub(const std::string& key, ContainerType type) {
69 return begin(key, type);
70}
71
72/// Writes a simple value into the current context
73BOOL ValidateJsonWriter::write(const std::string& value) {

Callers

nothing calls this directly

Calls 1

beginFunction · 0.85

Tested by

no test coverage detected