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

Method AddName

generator/feature_builder.cpp:570–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570bool FeatureBuilder::AddName(std::string_view lang, std::string_view name)
571{
572 ASSERT(!name.empty(), ());
573 return m_params.AddName(lang, name);
574}
575
576void FeatureBuilder::SetName(int8_t lang, std::string_view name)
577{

Callers 3

FinishMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45
SerializeMethod · 0.45

Calls 2

ASSERTFunction · 0.85
emptyMethod · 0.45

Tested by 2

UNIT_CLASS_TESTFunction · 0.36
SerializeMethod · 0.36