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

Method uninitialized

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

Source from the content-addressed store, hash-verified

40namespace proton {
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

Callers 9

applyMethod · 0.80
applyMethod · 0.80
apply_unboundMethod · 0.80
on_connection_openMethod · 0.80
on_session_openMethod · 0.80
on_receiver_openMethod · 0.80
on_sender_openMethod · 0.80
on_connection_openMethod · 0.80
applyMethod · 0.80

Calls 4

uninitializedFunction · 0.85
pn_connection_stateFunction · 0.85
pn_session_stateFunction · 0.85
pn_link_stateFunction · 0.85

Tested by 1

on_connection_openMethod · 0.64