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

Method url

cpp/src/connection.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96std::string connection::url() const {
97 connection_context& cc = connection_context::get(pn_object());
98 if (!active()) throw proton::error("No active connection");
99 return cc.active_url_;
100}
101
102receiver_range connection::receivers() const {
103 pn_link_t *lnk = pn_link_head(pn_object(), 0);

Callers

nothing calls this directly

Calls 3

errorClass · 0.85
getFunction · 0.70
activeFunction · 0.70

Tested by

no test coverage detected