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

Method TypesHolder

libs/indexer/feature_data.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44TypesHolder::TypesHolder(FeatureType & f) : m_size(0), m_geomType(f.GetGeomType())
45{
46 f.ForEachType([this](uint32_t type) { Add(type); });
47}
48
49bool TypesHolder::HasWithSubclass(uint32_t type) const
50{

Callers

nothing calls this directly

Calls 3

AddFunction · 0.50
GetGeomTypeMethod · 0.45
ForEachTypeMethod · 0.45

Tested by

no test coverage detected