MCPcopy 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
326bool IsBuildingPartSynonym(UniString const & s)
327{
328 static BuildingPartSynonymsMatcher const kMatcher;
329 return kMatcher.Has(s);
330}
331
332bool IsShortBuildingSynonym(UniString const & t)
333{

Callers 1

TransformStringFunction · 0.85

Calls 1

HasMethod · 0.45

Tested by

no test coverage detected