MCPcopy Create free account
hub / github.com/OSGeo/PROJ / StartArray

Method StartArray

src/proj_json_streaming_writer.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void CPLJSonStreamingWriter::StartArray() {
177 EmitCommaIfNeeded();
178 Print("[");
179 IncIndent();
180 m_states.emplace_back(State(false));
181}
182
183void CPLJSonStreamingWriter::EndArray() {
184 CPLAssert(!m_states.empty());

Callers 1

ArrayContextFunction · 0.80

Calls 1

StateClass · 0.85

Tested by

no test coverage detected