Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsBuildingPartSynonym
Function
IsBuildingPartSynonym
libs/search/house_numbers_matcher.cpp:326–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
bool IsBuildingPartSynonym(UniString const & s)
327
{
328
static BuildingPartSynonymsMatcher const kMatcher;
329
return kMatcher.Has(s);
330
}
331
332
bool IsShortBuildingSynonym(UniString const & t)
333
{
Callers
1
TransformString
Function · 0.85
Calls
1
Has
Method · 0.45
Tested by
no test coverage detected