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

Method host

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

Source from the content-addressed store, hash-verified

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); }
246std::string url::port() const { return str(impl_->port); }
247std::string url::path() const { return str(impl_->path); }
248

Callers 5

default_url_optionsFunction · 0.45
start_connectionMethod · 0.45
listen_common_lhMethod · 0.45
connectMethod · 0.45
listenMethod · 0.45

Calls 1

strFunction · 0.70

Tested by

no test coverage detected