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

Function closed

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

Source from the content-addressed store, hash-verified

35inline bool uninitialized(int state) { return state & PN_LOCAL_UNINIT; }
36inline bool active(int state) { return state & PN_LOCAL_ACTIVE; }
37inline bool closed(int state) { return (state & PN_LOCAL_CLOSED) && (state & PN_REMOTE_CLOSED); }
38}
39
40namespace proton {

Callers 4

closedMethod · 0.70
link.hppFile · 0.50
open_linkedMethod · 0.50
closeMethod · 0.50

Calls

no outgoing calls

Tested by 2

open_linkedMethod · 0.40
closeMethod · 0.40