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

Function ada_search_params_remove

test-app/runtime/src/main/cpp/ada/ada.cpp:17499–17506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17497}
17498
17499void ada_search_params_remove(ada_url_search_params result, const char* key,
17500 size_t key_length) {
17501 ada::result<ada::url_search_params>& r =
17502 *(ada::result<ada::url_search_params>*)result;
17503 if (r) {
17504 r->remove(std::string_view(key, key_length));
17505 }
17506}
17507
17508void ada_search_params_remove_value(ada_url_search_params result,
17509 const char* key, size_t key_length,

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected