MCPcopy Create free account
hub / github.com/comaps/comaps / NeedSkipWithId

Method NeedSkipWithId

generator/filter_elements.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool FilterData::NeedSkipWithId(uint64_t id) const
56{
57 return m_skippedIds.find(id) != std::end(m_skippedIds);
58}
59
60bool FilterData::NeedSkipWithTags(Tags const & tags) const
61{

Callers 2

NeedSkipMethod · 0.80
UNIT_TESTFunction · 0.80

Calls 2

endFunction · 0.50
findMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64