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

Method EndObject

src/engine/shared/jsonwriter.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void CJsonWriter::EndObject()
37{
38 dbg_assert(TopState()->m_Kind == STATE_OBJECT, "Cannot end object here");
39 PopState();
40 CompleteDataType();
41 WriteIndent(true);
42 WriteInternal("}");
43}
44
45void CJsonWriter::BeginArray()
46{

Callers 6

SaveSkinfileMethod · 0.80
WriteToConfigurationMethod · 0.80
WriteConfigurationMethod · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64