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

Method GetPlaceType

generator/place_processor.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28uint32_t FeaturePlace::GetPlaceType() const
29{
30 static uint32_t const placeType = classif().GetTypeByPath({"place"});
31 return m_fb.GetParams().FindType(placeType, 1 /* level */);
32}
33
34bool FeaturePlace::IsRealCapital() const
35{

Callers 3

IsWorsePlaceFunction · 0.80
FindClustersFunction · 0.80
ProcessPlacesMethod · 0.80

Calls 3

GetTypeByPathMethod · 0.80
FindTypeMethod · 0.80
GetParamsMethod · 0.80

Tested by

no test coverage detected