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

Function IsStreetSynonym

libs/indexer/search_string_utils.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639bool IsStreetSynonym(UniString const & s)
640{
641 return StreetsSynonymsHolder::Instance().FullMatch(s);
642}
643
644bool IsStreetSynonymPrefix(UniString const & s)
645{

Callers 5

AddDACHNamesMethod · 0.85
ClearStreetIndicesMethod · 0.85
RemoveStreetSynonymsFunction · 0.85
PutMethod · 0.85
TestStreetSynonymFunction · 0.85

Calls 1

FullMatchMethod · 0.80

Tested by 1

TestStreetSynonymFunction · 0.68