Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ AllEntries
Method
AllEntries
src/engine/client/favorites.cpp:225–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
void CFavorites::AllEntries(const CEntry **ppEntries, int *pNumEntries)
226
{
227
*ppEntries = m_vEntries.data();
228
*pNumEntries = m_vEntries.size();
229
}
230
231
CFavorites::CEntry *CFavorites::Entry(const NETADDR &Addr)
232
{
Callers
1
UpdateFromHttp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected