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

Method connect

cpp/src/connection_driver.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void connection_driver::connect(const connection_options& opts) {
76 connection_options all;
77 all.container_id(container_id_);
78 all.update(opts);
79 configure(all, false);
80 connection().open();
81}
82
83void connection_driver::accept(const connection_options& opts) {
84 connection_options all;

Callers

nothing calls this directly

Calls 5

configureFunction · 0.85
connectionClass · 0.70
container_idMethod · 0.45
updateMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected