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

Method SetName

generator/feature_builder.cpp:576–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576void FeatureBuilder::SetName(int8_t lang, std::string_view name)
577{
578 ASSERT(!name.empty(), ());
579 m_params.name.AddString(lang, name);
580}
581
582std::string_view FeatureBuilder::GetName(int8_t lang) const
583{

Callers 5

GenerateIsolinesMethod · 0.45
operator()Method · 0.45
ProcessCoastlineMethod · 0.45
SerializeMethod · 0.45
AddWithEditorMethod · 0.45

Calls 3

ASSERTFunction · 0.85
emptyMethod · 0.45
AddStringMethod · 0.45

Tested by 2

SerializeMethod · 0.36
AddWithEditorMethod · 0.36