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

Function ada_set_pathname

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

Source from the content-addressed store, hash-verified

17256}
17257
17258bool ada_set_pathname(ada_url result, const char* input,
17259 size_t length) noexcept {
17260 ada::result<ada::url_aggregator>& r = get_instance(result);
17261 if (!r) {
17262 return false;
17263 }
17264 return r->set_pathname(std::string_view(input, length));
17265}
17266
17267/**
17268 * Update the search/query of the URL.

Callers

nothing calls this directly

Calls 1

set_pathnameMethod · 0.80

Tested by

no test coverage detected