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

Method get_password

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

Source from the content-addressed store, hash-verified

14596}
14597
14598[[nodiscard]] std::string_view url_aggregator::get_password() const noexcept
14599 ada_lifetime_bound {
14600 ada_log("url_aggregator::get_password");
14601 if (has_non_empty_password()) {
14602 return helpers::substring(buffer, components.username_end + 1,
14603 components.host_start);
14604 }
14605 return "";
14606}
14607
14608[[nodiscard]] std::string_view url_aggregator::get_port() const noexcept
14609 ada_lifetime_bound {

Callers 3

processMethod · 0.60
canonicalize_passwordFunction · 0.60
ada_get_passwordFunction · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected