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

Function active

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

Source from the content-addressed store, hash-verified

34
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

Callers 3

urlMethod · 0.70
activeMethod · 0.70
link.hppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected