MCPcopy 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
47void CLineInput::Clear()
48{
49 mem_zero(m_pStr, m_MaxSize);
50 UpdateStrData();
51}
52
53void CLineInput::Set(const char *pString)
54{

Callers 4

OnResetMethod · 0.45
OnRenderMethod · 0.45
RenderShutdownMessageMethod · 0.45
DoClearableEditBoxMethod · 0.45

Calls 1

mem_zeroFunction · 0.85

Tested by

no test coverage detected