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