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

Method update_base_username

test-app/runtime/src/main/cpp/ada/ada.h:6730–6732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6728}
6729
6730inline void url::update_base_username(const std::string_view input) {
6731 username = input;
6732}
6733
6734inline void url::update_base_password(const std::string_view input) {
6735 password = input;

Callers

nothing calls this directly

Calls 6

to_stringFunction · 0.85
overlapsFunction · 0.85
eraseMethod · 0.80
sizeMethod · 0.45
emptyMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected