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

Method First

src/engine/shared/ringbuffer.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void *CRingBufferBase::First()
196{
197 if(m_pConsume->m_Free)
198 return nullptr;
199 return (void *)(m_pConsume + 1);
200}
201
202void *CRingBufferBase::Last()
203{

Callers 15

PumpBacklogPendingMethod · 0.45
DumpMethod · 0.45
ScaleMethod · 0.45
UpdateMethod · 0.45
IsBannedMethod · 0.45
ConBansMethod · 0.45
ConBansFindMethod · 0.45
ConBansSaveMethod · 0.45
websocket_recvFunction · 0.45
AckChunksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected