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

Method WriteStrValue

src/engine/shared/jsonwriter.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void CJsonWriter::WriteStrValue(const char *pValue)
72{
73 dbg_assert(CanWriteDatatype(), "Cannot write value here");
74 WriteIndent(false);
75 WriteInternalEscaped(pValue);
76 CompleteDataType();
77}
78
79void CJsonWriter::WriteIntValue(int Value)
80{

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