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

Function uninitialized

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

Source from the content-addressed store, hash-verified

33namespace {
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}

Callers 2

uninitializedMethod · 0.85
link.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected