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

Method EndArray

src/engine/shared/jsonwriter.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void CJsonWriter::EndArray()
54{
55 dbg_assert(TopState()->m_Kind == STATE_ARRAY, "Cannot end array here");
56 PopState();
57 CompleteDataType();
58 WriteIndent(true);
59 WriteInternal("]");
60}
61
62void CJsonWriter::WriteAttribute(const char *pName)
63{

Callers 4

WriteToConfigurationMethod · 0.80
WriteConfigurationMethod · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64