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

Method IsDefault

src/engine/shared/config.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool SIntConfigVariable::IsDefault() const
78{
79 return *m_pVariable == m_Default;
80}
81
82void SIntConfigVariable::Serialize(char *pOut, size_t Size, int Value) const
83{

Callers 1

SaveMethod · 0.80

Calls 1

str_compFunction · 0.85

Tested by

no test coverage detected