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

Method accept

cpp/src/connection_driver.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void connection_driver::accept(const connection_options& opts) {
84 connection_options all;
85 all.container_id(container_id_);
86 all.update(opts);
87 configure(all, true);
88}
89
90bool connection_driver::has_events() const {
91 return driver_.collector && pn_collector_peek(driver_.collector);

Callers

nothing calls this directly

Calls 3

configureFunction · 0.85
container_idMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected