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

Method open

cpp/src/sender.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44sender::~sender() = default;
45
46void sender::open() {
47 attach();
48}
49
50void sender::open(const sender_options &opts) {
51 opts.apply(*this);

Callers 15

config_fileFunction · 0.45
on_connection_openMethod · 0.45
on_sender_openMethod · 0.45
connectMethod · 0.45
on_receiver_openMethod · 0.45
on_sender_openMethod · 0.45
on_sender_openMethod · 0.45
on_connection_openMethod · 0.45
on_receiver_openMethod · 0.45
make_connection_lhMethod · 0.45
reconnectMethod · 0.45
test_driver_link_idFunction · 0.45

Calls 1

applyMethod · 0.45

Tested by 6

on_connection_openMethod · 0.36
on_sender_openMethod · 0.36
on_sender_openMethod · 0.36
on_connection_openMethod · 0.36
on_receiver_openMethod · 0.36
test_driver_link_idFunction · 0.36