Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ update_base_port
Method
update_base_port
test-app/runtime/src/main/cpp/ada/ada.h:6738–6740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6736
}
6737
6738
inline void url::update_base_port(std::optional<uint16_t> input) {
6739
port = input;
6740
}
6741
6742
constexpr void url::clear_pathname() { path.clear(); }
6743
Callers
1
parse_url_impl
Function · 0.80
Calls
5
concat
Function · 0.85
to_string
Function · 0.85
erase
Method · 0.80
size
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected