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

Function parse_url

src/parser.cpp:935–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933
934template <class result_type>
935result_type parse_url(std::string_view user_input,
936 const result_type* base_url) {
937 return parse_url_impl<result_type, true>(user_input, base_url);
938}
939
940template url parse_url<url>(std::string_view user_input,
941 const url* base_url = nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected