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

Method active

cpp/src/endpoint.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42bool connection::uninitialized() const { return ::uninitialized(pn_connection_state(pn_object())); }
43bool connection::active() const { return ::active(pn_connection_state(pn_object())); }
44bool connection::closed() const { return ::closed(pn_connection_state(pn_object())); }
45
46void connection::close(const error_condition& condition) {

Callers 3

on_connection_openMethod · 0.80
test_driver_disconnectedFunction · 0.80
on_connection_openMethod · 0.80

Calls 4

pn_connection_stateFunction · 0.85
pn_session_stateFunction · 0.85
pn_link_stateFunction · 0.85
activeFunction · 0.70

Tested by 2

on_connection_openMethod · 0.64
test_driver_disconnectedFunction · 0.64