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

Method Filtered

src/engine/client/serverbrowser.cpp:1949–1952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947}
1948
1949bool CFavoriteCommunityFilterList::Filtered(const char *pCommunityId) const
1950{
1951 return std::find(m_vEntries.begin(), m_vEntries.end(), CCommunityId(pCommunityId)) != m_vEntries.end();
1952}
1953
1954bool CFavoriteCommunityFilterList::Empty() const
1955{

Callers 4

FilterMethod · 0.80
SelectedCommunitiesMethod · 0.80

Calls 7

CCommunityIdClass · 0.85
IsSubsetEqualsFunction · 0.85
CCommunityTypeNameClass · 0.85
beginMethod · 0.80
endMethod · 0.80
CountryTypeFilterKeyMethod · 0.80

Tested by

no test coverage detected