Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6754
constexpr void url::set_protocol_as_file() { type = ada::scheme::type::FILE; }
6755
Callers
4
match
Method · 0.80
strip_trailing_spaces_from_opaque_path
Function · 0.80
canonicalize_search
Function · 0.80
ada_has_search
Function · 0.80
Calls
1
has_value
Method · 0.45
Tested by
no test coverage detected