| 270 | } |
| 271 | |
| 272 | bool HasAtm(TypesHolder const & types) |
| 273 | { |
| 274 | auto const & isAtmType = ftypes::IsATMChecker::Instance(); |
| 275 | return isAtmType(types); |
| 276 | } |
| 277 | |
| 278 | bool HasToilets(TypesHolder const & types) |
| 279 | { |
no outgoing calls
no test coverage detected