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

Method IsTypeExist

libs/indexer/feature_data.cpp:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468bool FeatureParams::IsTypeExist(uint32_t t) const
469{
470 return base::IsExist(m_types, t);
471}
472
473bool FeatureParams::IsTypeExist(uint32_t comp, uint8_t level) const
474{

Callers 7

HasTypeMethod · 0.45
IsRealCapitalMethod · 0.45
PostprocessElementFunction · 0.45
GetCategoryTypesFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
TestSurfaceTypesFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 2

IsExistFunction · 0.85
GetEmptyValueFunction · 0.85

Tested by 3

UNIT_CLASS_TESTFunction · 0.36
TestSurfaceTypesFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36