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

Method connect

cpp/src/test_handler.hpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void connect(container& c, const string& bare_config) {
106 connection_options opts;
107 c.connect(configure(opts, config_with_port(bare_config)), opts);
108 }
109
110 void stop_listener() {
111 listener_.stop();

Callers

nothing calls this directly

Calls 1

configureFunction · 0.85

Tested by

no test coverage detected