MCPcopy 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
6738inline void url::update_base_port(std::optional<uint16_t> input) {
6739 port = input;
6740}
6741
6742constexpr void url::clear_pathname() { path.clear(); }
6743

Callers 1

parse_url_implFunction · 0.80

Calls 5

concatFunction · 0.85
to_stringFunction · 0.85
eraseMethod · 0.80
sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected