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

Method open

cpp/src/session.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39session::~session() = default;
40
41void session::open() {
42 pn_session_open(pn_object());
43}
44
45void session::open(const session_options &opts) {
46 opts.apply(*this);

Callers 2

open_senderMethod · 0.45
open_receiverMethod · 0.45

Calls 2

pn_session_openFunction · 0.85
applyMethod · 0.45

Tested by

no test coverage detected