Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ link_count
Method
link_count
cpp/src/connection_driver_test.cpp:172–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
std::deque<proton::message> messages;
171
172
size_t link_count() const { return senders.size() + receivers.size(); }
173
174
void on_receiver_open(receiver &l) override {
175
messaging_handler::on_receiver_open(l);
Callers
3
test_link_address
Function · 0.80
test_link_anonymous_dynamic
Function · 0.80
test_link_capability_filter
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected