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

Function get_reconnect_context

cpp/src/proactor_container_impl.cpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292inline reconnect_context* get_reconnect_context(pn_connection_t* pnc) {
293 return connection_context::get(pnc).reconnect_context_.get();
294}
295
296void reset_reconnect(pn_connection_t* pnc) {
297 reconnect_context* rc = get_reconnect_context(pnc);

Callers 3

reset_reconnectFunction · 0.85
can_reconnectMethod · 0.85
dispatchMethod · 0.85

Calls 2

getFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected