Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
576
void FeatureBuilder::SetName(int8_t lang, std::string_view name)
577
{
578
ASSERT(!name.empty(), ());
579
m_params.name.AddString(lang, name);
580
}
581
582
std::string_view FeatureBuilder::GetName(int8_t lang) const
583
{
Callers
5
GenerateIsolines
Method · 0.45
operator()
Method · 0.45
ProcessCoastline
Method · 0.45
Serialize
Method · 0.45
AddWithEditor
Method · 0.45
Calls
3
ASSERT
Function · 0.85
empty
Method · 0.45
AddString
Method · 0.45
Tested by
2
Serialize
Method · 0.36
AddWithEditor
Method · 0.36