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

Method get_search

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

Source from the content-addressed store, hash-verified

9020}
9021template <url_pattern_regex::regex_concept regex_provider>
9022std::string_view url_pattern<regex_provider>::get_search() const
9023 ada_lifetime_bound {
9024 // Return this's associated URL pattern's search component's pattern string.
9025 return search_component.pattern;
9026}
9027template <url_pattern_regex::regex_concept regex_provider>
9028std::string_view url_pattern<regex_provider>::get_hash() const
9029 ada_lifetime_bound {

Callers 4

GetSearchMethod · 0.60
GetSearchMethod · 0.60
PrintToMethod · 0.60
matchMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected