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

Method BeginObject

src/engine/shared/jsonwriter.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void CJsonWriter::BeginObject()
29{
30 dbg_assert(CanWriteDatatype(), "Cannot write object here");
31 WriteIndent(false);
32 WriteInternal("{");
33 PushState(STATE_OBJECT);
34}
35
36void CJsonWriter::EndObject()
37{

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