MCPcopy 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_addressFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected