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