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

Method on_connection_open

cpp/src/container_test.cpp:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 }
360
361 void on_connection_open(proton::connection &c) override {
362 if (c.uninitialized()) {
363 proton::messaging_handler::on_connection_open(c);
364 c.open_receiver("", receiver_options);
365 c.open_sender("", sender_options);
366 }
367 }
368
369
370 void check_close(proton::link &l) {

Callers

nothing calls this directly

Calls 3

uninitializedMethod · 0.80
open_receiverMethod · 0.45
open_senderMethod · 0.45

Tested by

no test coverage detected