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

Method get_hostname

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

Source from the content-addressed store, hash-verified

12645}
12646
12647[[nodiscard]] std::string url::get_hostname() const noexcept {
12648 return host.value_or("");
12649}
12650
12651[[nodiscard]] std::string url::get_search() const noexcept {
12652 // If this's URL's query is either null or the empty string, then return the

Callers 4

parse_url_implFunction · 0.60
processMethod · 0.60
canonicalize_hostnameFunction · 0.60
ada_get_hostnameFunction · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected