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

Method ForEachType

libs/indexer/ftypes_matcher.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void BaseChecker::ForEachType(function<void(uint32_t)> const & fn) const
155{
156 for (auto const & t : m_types)
157 fn(t);
158}
159
160bool BaseChecker::operator()(feature::TypesHolder const & types) const
161{

Callers 11

GetReadableTypeFunction · 0.45
GetWheelchairTypeFunction · 0.45
HasAtmFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
GetFeatureTypeFunction · 0.45
GetTypesMethod · 0.45
TypesHolderMethod · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

GetFeatureTypeFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36