MCPcopy 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
225void CFavorites::AllEntries(const CEntry **ppEntries, int *pNumEntries)
226{
227 *ppEntries = m_vEntries.data();
228 *pNumEntries = m_vEntries.size();
229}
230
231CFavorites::CEntry *CFavorites::Entry(const NETADDR &Addr)
232{

Callers 1

UpdateFromHttpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected