| 6573 | } |
| 6574 | |
| 6575 | [[nodiscard]] inline uint16_t url_base::get_special_port() const noexcept { |
| 6576 | return ada::scheme::get_special_port(type); |
| 6577 | } |
| 6578 | |
| 6579 | [[nodiscard]] ada_really_inline uint16_t |
| 6580 | url_base::scheme_default_port() const noexcept { |
nothing calls this directly
no test coverage detected