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

Method has_hash

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

Source from the content-addressed store, hash-verified

6744constexpr void url::clear_search() { query = std::nullopt; }
6745
6746[[nodiscard]] constexpr bool url::has_hash() const noexcept {
6747 return hash.has_value();
6748}
6749
6750[[nodiscard]] constexpr bool url::has_search() const noexcept {
6751 return query.has_value();

Callers 4

matchMethod · 0.80
canonicalize_hashFunction · 0.80
ada_has_hashFunction · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected