MCPcopy Create free account
hub / github.com/NativeScript/android / is_special

Method is_special

test-app/runtime/src/main/cpp/ada/ada.h:6570–6573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6568namespace ada {
6569
6570[[nodiscard]] ada_really_inline constexpr bool url_base::is_special()
6571 const noexcept {
6572 return type != ada::scheme::NOT_SPECIAL;
6573}
6574
6575[[nodiscard]] inline uint16_t url_base::get_special_port() const noexcept {
6576 return ada::scheme::get_special_port(type);

Callers 1

parse_url_implFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected