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

Method has

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

Source from the content-addressed store, hash-verified

8737}
8738
8739inline bool url_search_params::has(const std::string_view key) noexcept {
8740 auto entry = std::ranges::find_if(
8741 params, [&key](const auto &param) { return param.first == key; });
8742 return entry != params.end();
8743}
8744
8745inline bool url_search_params::has(std::string_view key,
8746 std::string_view value) noexcept {

Callers 8

traverseDirectoryMethod · 0.45
HasMethod · 0.45
ada_search_params_hasFunction · 0.45
AppConfigMethod · 0.45

Calls 1

endMethod · 0.45

Tested by 4

traverseDirectoryMethod · 0.36
AppConfigMethod · 0.36