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

Method get_entries

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

* @see https://url.spec.whatwg.org/#interface-urlsearchparams */

Source from the content-addressed store, hash-verified

8890 * @see https://url.spec.whatwg.org/#interface-urlsearchparams
8891 */
8892inline url_search_params_entries_iter url_search_params::get_entries() {
8893 return url_search_params_entries_iter(*this);
8894}
8895
8896template <typename T, url_search_params_iter_type Type>
8897inline bool url_search_params_iter<T, Type>::has_next() const {

Callers 2

ForEachMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected