MCPcopy 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
6726inline void url::update_base_pathname(const std::string_view input) {
6727 path = input;
6728}
6729
6730inline void url::update_base_username(const std::string_view input) {
6731 username = input;

Callers 2

parse_url_implFunction · 0.80

Calls 3

overlapsFunction · 0.85
sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected