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

Method path

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

Source from the content-addressed store, hash-verified

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
249std::string url::host_port() const { return host() + ":" + port(); }
250

Callers 2

open_senderMethod · 0.45
open_receiverMethod · 0.45

Calls 1

strFunction · 0.70

Tested by

no test coverage detected