Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6730
inline void url::update_base_username(const std::string_view input) {
6731
username = input;
6732
}
6733
6734
inline void url::update_base_password(const std::string_view input) {
6735
password = input;
Callers
nothing calls this directly
Calls
6
to_string
Function · 0.85
overlaps
Function · 0.85
erase
Method · 0.80
size
Method · 0.45
empty
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected