MCPcopy Create free account
hub / github.com/apache/qpid-proton / scheme

Method scheme

cpp/src/url.cpp:242–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240url::operator std::string() const { return *impl_; }
241
242std::string url::scheme() const { return str(impl_->scheme); }
243std::string url::user() const { return str(impl_->username); }
244std::string url::password() const { return str(impl_->password); }
245std::string url::host() const { return str(impl_->host); }

Callers 3

default_url_optionsFunction · 0.80
connectMethod · 0.80
uriMethod · 0.80

Calls 1

strFunction · 0.70

Tested by

no test coverage detected