Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void connection::open() {
56
open(connection_options());
57
}
58
59
void connection::open(const connection_options &opts) {
60
opts.apply_unbound(*this);
Callers
1
open_session
Method · 0.45
Calls
3
pn_connection_open
Function · 0.85
connection_options
Class · 0.70
apply_unbound
Method · 0.45
Tested by
no test coverage detected