Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsStreetSynonymPrefix
Function
IsStreetSynonymPrefix
libs/indexer/search_string_utils.cpp:644–647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
bool IsStreetSynonymPrefix(UniString const & s)
645
{
646
return StreetsSynonymsHolder::Instance().MatchPrefix(s);
647
}
648
649
bool IsStreetSynonymWithMisprints(UniString const & s)
650
{
Callers
2
Put
Method · 0.85
TestStreetPrefixMatch
Function · 0.85
Calls
1
MatchPrefix
Method · 0.80
Tested by
1
TestStreetPrefixMatch
Function · 0.68