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

Method has_next

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

Source from the content-addressed store, hash-verified

8895
8896template <typename T, url_search_params_iter_type Type>
8897inline bool url_search_params_iter<T, Type>::has_next() const {
8898 return pos < params.params.size();
8899}
8900
8901template <>
8902inline std::optional<std::string_view> url_search_params_keys_iter::next() {

Callers 7

EntriesMethod · 0.80
ForEachMethod · 0.80
KeysMethod · 0.80
ValuesMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected