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

Method open

cpp/src/receiver.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42receiver::~receiver() = default;
43
44void receiver::open() {
45 attach();
46}
47
48void receiver::open(const receiver_options &opts) {
49 opts.apply(*this);

Callers

nothing calls this directly

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected