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

Method user

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

Source from the content-addressed store, hash-verified

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

Callers 15

parseFunction · 0.45
check_connectionMethod · 0.45
on_container_startMethod · 0.45
on_transport_errorMethod · 0.45
on_container_startMethod · 0.45
on_transport_errorMethod · 0.45
on_container_startMethod · 0.45
on_transport_errorMethod · 0.45
default_url_optionsFunction · 0.45
test_message_defaultsFunction · 0.45
test_message_propertiesFunction · 0.45
test_message_printFunction · 0.45

Calls 1

strFunction · 0.70

Tested by 10

check_connectionMethod · 0.36
on_container_startMethod · 0.36
on_transport_errorMethod · 0.36
on_container_startMethod · 0.36
on_transport_errorMethod · 0.36
on_container_startMethod · 0.36
on_transport_errorMethod · 0.36
test_message_defaultsFunction · 0.36
test_message_propertiesFunction · 0.36
test_message_printFunction · 0.36