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

Method get_prefix

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

Source from the content-addressed store, hash-verified

9059}
9060
9061inline std::string_view url_pattern_compile_component_options::get_prefix()
9062 const {
9063 if (prefix) {
9064 return {&prefix.value(), 1};
9065 }
9066 return {};
9067}
9068
9069template <url_pattern_regex::regex_concept regex_provider>
9070template <url_pattern_encoding_callback F>

Callers 2

parse_pattern_stringFunction · 0.80
generate_pattern_stringFunction · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected