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

Method clear_search

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

Source from the content-addressed store, hash-verified

6742constexpr void url::clear_pathname() { path.clear(); }
6743
6744constexpr void url::clear_search() { query = std::nullopt; }
6745
6746[[nodiscard]] constexpr bool url::has_hash() const noexcept {
6747 return hash.has_value();

Callers 2

parse_url_implFunction · 0.80
ada_clear_searchFunction · 0.80

Calls 2

eraseMethod · 0.80
to_stringMethod · 0.60

Tested by

no test coverage detected