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

Method GetName

generator/feature_builder.cpp:582–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582std::string_view FeatureBuilder::GetName(int8_t lang) const
583{
584 std::string_view sv;
585 CHECK(m_params.name.GetString(lang, sv) != sv.empty(), ());
586 return sv;
587}
588
589size_t FeatureBuilder::GetPointsCount() const
590{

Callers 15

IndexFileReaderMethod · 0.45
AddMethod · 0.45
FeaturesCollectorClass · 0.45
~FeatureBuilderWriterMethod · 0.45
AddMethod · 0.45
CollectFeatureMethod · 0.45
IsPopularAttractionMethod · 0.45
TransformMethod · 0.45
FinishMethod · 0.45
operator()Method · 0.45
~TmpFileMethod · 0.45
GetAffiliationsFunction · 0.45

Calls 2

GetStringMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected