MCPcopy Create free account
hub / github.com/apache/qpid-proton / get

Method get

cpp/examples/broker.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 static Sender* get(const proton::sender& s) {
108 return reinterpret_cast<Sender*>(s.user_data());
109 }
110 void boundQueue(Queue* q, std::string qn);
111 void sendMsg(proton::message m) {
112 DOUT(std::cerr << "Sender: " << this << " sending\n";);

Callers 2

mainFunction · 0.45
on_receiver_openMethod · 0.45

Calls 1

user_dataMethod · 0.45

Tested by

no test coverage detected