MCPcopy Create free account
hub / github.com/NativeScript/android / update_base_search

Method update_base_search

test-app/runtime/src/main/cpp/ada/ada.h:6717–6720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6715}
6716
6717inline void url::update_base_search(std::string_view input,
6718 const uint8_t query_percent_encode_set[]) {
6719 query = ada::unicode::percent_encode(input, query_percent_encode_set);
6720}
6721
6722inline void url::update_base_search(std::optional<std::string> &&input) {
6723 query = std::move(input);

Callers 1

parse_url_implFunction · 0.80

Calls 9

percent_encodeFunction · 0.85
overlapsFunction · 0.85
to_stringFunction · 0.85
percent_encode_indexFunction · 0.85
eraseMethod · 0.80
appendMethod · 0.65
emptyMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected