Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
bool SIntConfigVariable::IsDefault() const
78
{
79
return *m_pVariable == m_Default;
80
}
81
82
void SIntConfigVariable::Serialize(char *pOut, size_t Size, int Value) const
83
{
Callers
1
Save
Method · 0.80
Calls
1
str_comp
Function · 0.85
Tested by
no test coverage detected