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

Method empty

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

Source from the content-addressed store, hash-verified

249std::string url::host_port() const { return host() + ":" + port(); }
250
251bool url::empty() const { return impl_->str.empty(); }
252
253const std::string url::AMQP("amqp");
254const std::string url::AMQPS("amqps");

Callers 15

on_records_loadedMethod · 0.45
sendMethod · 0.45
parse_tlsFunction · 0.45
config_fileFunction · 0.45
set_credFunction · 0.45
ssl_server_optionsMethod · 0.45
sendMethod · 0.45
simple_type_testFunction · 0.45
null_testFunction · 0.45
test_emptyFunction · 0.45
test_useFunction · 0.45

Calls

no outgoing calls

Tested by 15

simple_type_testFunction · 0.36
null_testFunction · 0.36
test_emptyFunction · 0.36
test_useFunction · 0.36
urlMethod · 0.36
on_connection_closeMethod · 0.36
on_openMethod · 0.36
on_connection_openMethod · 0.36
waitMethod · 0.36
on_sender_openMethod · 0.36