MCPcopy Create free account
hub / github.com/ada-url/ada / url_pattern_parser

Method url_pattern_parser

include/ada/url_pattern_helpers.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67class url_pattern_parser {
68 public:
69 url_pattern_parser(F& encoding_callback_,
70 std::string_view segment_wildcard_regexp_)
71 : encoding_callback(encoding_callback_),
72 segment_wildcard_regexp(segment_wildcard_regexp_) {}
73
74 bool can_continue() const { return index < tokens.size(); }
75

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected