Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
void CPLJSonStreamingWriter::StartArray() {
177
EmitCommaIfNeeded();
178
Print(
"["
);
179
IncIndent();
180
m_states.emplace_back(State(false));
181
}
182
183
void CPLJSonStreamingWriter::EndArray() {
184
CPLAssert(!m_states.empty());
Callers
1
ArrayContext
Function · 0.80
Calls
1
State
Class · 0.85
Tested by
no test coverage detected