MCPcopy Create free account
hub / github.com/ddnet/ddnet / BeginArray

Method BeginArray

src/engine/shared/jsonwriter.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void CJsonWriter::BeginArray()
46{
47 dbg_assert(CanWriteDatatype(), "Cannot write array here");
48 WriteIndent(false);
49 WriteInternal("[");
50 PushState(STATE_ARRAY);
51}
52
53void CJsonWriter::EndArray()
54{

Callers 4

WriteToConfigurationMethod · 0.80
WriteConfigurationMethod · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64