| 176 | static constexpr std::string_view kDrinkingWaterNo = "🚱"; |
| 177 | |
| 178 | int GetFeatureViewportScale(TypesHolder const & types) |
| 179 | { |
| 180 | return GetFeatureEstimator().GetViewportScale(types); |
| 181 | } |
| 182 | |
| 183 | string const GetReadableAddress(string const & address) |
| 184 | { |
no test coverage detected