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

Function HasToilets

libs/indexer/feature_utils.cpp:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool HasToilets(TypesHolder const & types)
279{
280 auto const & isToiletsType = ftypes::IsToiletsChecker::Instance();
281 return isToiletsType(types);
282}
283
284string FormatDrinkingWater(TypesHolder const & types)
285{

Callers 2

HasToiletsMethod · 0.85
FormatSubtitleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected