Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
639
bool IsStreetSynonym(UniString const & s)
640
{
641
return StreetsSynonymsHolder::Instance().FullMatch(s);
642
}
643
644
bool IsStreetSynonymPrefix(UniString const & s)
645
{
Callers
5
AddDACHNames
Method · 0.85
ClearStreetIndices
Method · 0.85
RemoveStreetSynonyms
Function · 0.85
Put
Method · 0.85
TestStreetSynonym
Function · 0.85
Calls
1
FullMatch
Method · 0.80
Tested by
1
TestStreetSynonym
Function · 0.68