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

Method on_connection_open

cpp/src/handler.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52void messaging_handler::on_connection_close(connection &) {}
53void messaging_handler::on_connection_error(connection &c) { on_error(c.error()); }
54void messaging_handler::on_connection_open(connection &c) {
55 if (c.uninitialized()) {
56 pn_connection_open(unwrap(c));
57 }
58}
59void messaging_handler::on_connection_wake(connection&) {}
60
61void messaging_handler::on_session_close(session &) {}

Callers 1

Calls 3

pn_connection_openFunction · 0.85
unwrapFunction · 0.85
uninitializedMethod · 0.80

Tested by

no test coverage detected