Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ update_base_pathname
Method
update_base_pathname
test-app/runtime/src/main/cpp/ada/ada.h:6726–6728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6724
}
6725
6726
inline void url::update_base_pathname(const std::string_view input) {
6727
path = input;
6728
}
6729
6730
inline void url::update_base_username(const std::string_view input) {
6731
username = input;
Callers
2
strip_trailing_spaces_from_opaque_path
Function · 0.80
parse_url_impl
Function · 0.80
Calls
3
overlaps
Function · 0.85
size
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected