Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
void *CRingBufferBase::First()
196
{
197
if(m_pConsume->m_Free)
198
return nullptr;
199
return (void *)(m_pConsume + 1);
200
}
201
202
void *CRingBufferBase::Last()
203
{
Callers
15
UpdateBacklogTextAttributes
Method · 0.45
PumpBacklogPending
Method · 0.45
Dump
Method · 0.45
Scale
Method · 0.45
Update
Method · 0.45
IsBanned
Method · 0.45
ConBans
Method · 0.45
ConBansFind
Method · 0.45
ConBansSave
Method · 0.45
websocket_protocol_callback
Function · 0.45
websocket_recv
Function · 0.45
AckChunks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected