Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
bool FilterData::NeedSkipWithId(uint64_t id) const
56
{
57
return m_skippedIds.find(id) != std::end(m_skippedIds);
58
}
59
60
bool FilterData::NeedSkipWithTags(Tags const & tags) const
61
{
Callers
2
NeedSkip
Method · 0.80
UNIT_TEST
Function · 0.80
Calls
2
end
Function · 0.50
find
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.64