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

Method open_session

cpp/src/connection.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122session connection::open_session() {
123 return open_session(session_options());
124}
125
126session connection::open_session(const session_options &opts) {
127 session s(make_wrapper<session>(pn_session(pn_object())));

Callers

nothing calls this directly

Calls 3

pn_sessionFunction · 0.85
session_optionsClass · 0.50
openMethod · 0.45

Tested by

no test coverage detected