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

Function decreffed

c/tests/refcount_test.cpp:195–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static bool decreffed(int *indexes, void **objects, int step, void *object) {
196 for (int i = 0; i <= step; i++) {
197 if (object == objects[indexes[i]]) {
198 return true;
199 }
200 }
201 return false;
202}
203
204static bool live_descendent(int *indexes, void **objects, int step,
205 int objidx) {

Callers 2

live_descendentFunction · 0.85
test_decref_orderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected