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

Method Serialize

src/engine/shared/config.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void SIntConfigVariable::Serialize(char *pOut, size_t Size, int Value) const
83{
84 str_format(pOut, Size, "%s %i", m_pScriptName, Value);
85}
86
87void SIntConfigVariable::Serialize(char *pOut, size_t Size) const
88{

Callers 1

SaveMethod · 0.80

Calls 5

str_formatFunction · 0.85
str_lengthFunction · 0.85
EscapeParamFunction · 0.85
str_copyFunction · 0.50
str_appendFunction · 0.50

Tested by

no test coverage detected