Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Finish
Method
Finish
generator/osm2type.cpp:138–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void Finish()
139
{
140
for (auto const & kv : m_names)
141
m_params.AddName(kv.first, kv.second);
142
m_names.clear();
143
}
144
145
private:
146
std::map<string, string> m_names;
Callers
1
GetNameAndType
Function · 0.45
Calls
2
AddName
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected