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

Method get_hash

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

Source from the content-addressed store, hash-verified

9026}
9027template <url_pattern_regex::regex_concept regex_provider>
9028std::string_view url_pattern<regex_provider>::get_hash() const
9029 ada_lifetime_bound {
9030 // Return this's associated URL pattern's hash component's pattern string.
9031 return hash_component.pattern;
9032}
9033template <url_pattern_regex::regex_concept regex_provider>
9034bool url_pattern<regex_provider>::ignore_case() const {
9035 return ignore_case_;

Callers 4

GetHashMethod · 0.60
GetHashMethod · 0.60
PrintToMethod · 0.60
matchMethod · 0.60

Calls

no outgoing calls

Tested by

no test coverage detected