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

Method set_host

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

Source from the content-addressed store, hash-verified

12789}
12790
12791bool url::set_host(const std::string_view input) {
12792 return set_host_or_hostname<false>(input);
12793}
12794
12795bool url::set_hostname(const std::string_view input) {
12796 return set_host_or_hostname<true>(input);

Callers 2

SetHostMethod · 0.80
ada_set_hostFunction · 0.80

Calls 1

overlapsFunction · 0.85

Tested by

no test coverage detected