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

Method host_port

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

Source from the content-addressed store, hash-verified

247std::string url::path() const { return str(impl_->path); }
248
249std::string url::host_port() const { return host() + ":" + port(); }
250
251bool url::empty() const { return impl_->str.empty(); }
252

Callers 1

url_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected