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

Method Last

src/engine/shared/ringbuffer.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void *CRingBufferBase::Last()
203{
204 return Prev(m_pProduce + 1);
205}

Callers 8

ExecuteLineMethod · 0.45
OnInputMethod · 0.45
GetLinesToScrollMethod · 0.45
UpdateSearchMethod · 0.45
OnRenderMethod · 0.45
OnInputMethod · 0.45
chat.cppFile · 0.45
ScaleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected