Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
session::~session() = default;
40
41
void session::open() {
42
pn_session_open(pn_object());
43
}
44
45
void session::open(const session_options &opts) {
46
opts.apply(*this);
Callers
2
open_sender
Method · 0.45
open_receiver
Method · 0.45
Calls
2
pn_session_open
Function · 0.85
apply
Method · 0.45
Tested by
no test coverage detected