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

Method has_search

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

Source from the content-addressed store, hash-verified

6748}
6749
6750[[nodiscard]] constexpr bool url::has_search() const noexcept {
6751 return query.has_value();
6752}
6753
6754constexpr void url::set_protocol_as_file() { type = ada::scheme::type::FILE; }
6755

Callers 4

matchMethod · 0.80
canonicalize_searchFunction · 0.80
ada_has_searchFunction · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected