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

Method open

cpp/src/connection.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void connection::open() {
56 open(connection_options());
57}
58
59void connection::open(const connection_options &opts) {
60 opts.apply_unbound(*this);

Callers 1

open_sessionMethod · 0.45

Calls 3

pn_connection_openFunction · 0.85
connection_optionsClass · 0.70
apply_unboundMethod · 0.45

Tested by

no test coverage detected