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

Function ada_has_search

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

Source from the content-addressed store, hash-verified

17390}
17391
17392bool ada_has_search(ada_url result) noexcept {
17393 ada::result<ada::url_aggregator>& r = get_instance(result);
17394 if (!r) {
17395 return false;
17396 }
17397 return r->has_search();
17398}
17399
17400// returns a pointer to the internal url_aggregator::url_components
17401const ada_url_components* ada_get_components(ada_url result) noexcept {

Callers

nothing calls this directly

Calls 1

has_searchMethod · 0.80

Tested by

no test coverage detected