Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ open
Method
open
cpp/src/receiver.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
receiver::~receiver() = default;
43
44
void receiver::open() {
45
attach();
46
}
47
48
void receiver::open(const receiver_options &opts) {
49
opts.apply(*this);
Callers
nothing calls this directly
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected