Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Clear
Method
Clear
src/game/client/lineinput.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void CLineInput::Clear()
48
{
49
mem_zero(m_pStr, m_MaxSize);
50
UpdateStrData();
51
}
52
53
void CLineInput::Set(const char *pString)
54
{
Callers
4
OnReset
Method · 0.45
OnRender
Method · 0.45
RenderShutdownMessage
Method · 0.45
DoClearableEditBox
Method · 0.45
Calls
1
mem_zero
Function · 0.85
Tested by
no test coverage detected