Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
std::string url::path() const { return str(impl_->path); }
248
249
std::string url::host_port() const { return host() +
":"
+ port(); }
250
251
bool url::empty() const { return impl_->str.empty(); }
252
Callers
1
url_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected