Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
468
bool FeatureParams::IsTypeExist(uint32_t t) const
469
{
470
return base::IsExist(m_types, t);
471
}
472
473
bool FeatureParams::IsTypeExist(uint32_t comp, uint8_t level) const
474
{
Callers
7
HasType
Method · 0.45
IsRealCapital
Method · 0.45
PostprocessElement
Function · 0.45
GetCategoryTypes
Function · 0.45
UNIT_CLASS_TEST
Function · 0.45
TestSurfaceTypes
Function · 0.45
UNIT_CLASS_TEST
Function · 0.45
Calls
2
IsExist
Function · 0.85
GetEmptyValue
Function · 0.85
Tested by
3
UNIT_CLASS_TEST
Function · 0.36
TestSurfaceTypes
Function · 0.36
UNIT_CLASS_TEST
Function · 0.36