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

Method SetStreet

libs/indexer/feature_data.cpp:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void FeatureBuilderParams::SetStreet(string s)
510{
511 m_addrTags.Set(AddressData::Type::Street, std::move(s));
512}
513
514std::string_view FeatureBuilderParams::GetStreet() const
515{

Callers 10

ProcessRawEntriesMethod · 0.45
UpdateMethod · 0.45
SerializeMethod · 0.45
OnSaveMethod · 0.45
SetIndexTestMethod · 0.45
SetStreetFunction · 0.45
SaveEditedMapObjectMethod · 0.45

Calls 1

SetMethod · 0.45

Tested by 3

SerializeMethod · 0.36
SetIndexTestMethod · 0.36