MCPcopy Create free account
hub / github.com/acl-dev/acl / acl_foreach

Function acl_foreach

lib_acl_cpp/src/stdlib/diff_manager.cpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 // �������оɶ���ļ��ϣ���ϣ�����󣩣�����ʣ���Ԫ��Ϊ��ɾ���Ķ���
119 ACL_ITER iter;
120 acl_foreach(iter, htable) {
121 obj = (diff_object*) iter.data;
122 if (obj->check_range(range_from_, range_to_)) {
123 objs_del_extra_.push_back(obj);
124 } else {
125 objs_del_.push_back(obj);
126 }
127 }
128
129 // ������ʱ��ϣ������
130 acl_htable_free(htable, NULL);

Callers

nothing calls this directly

Calls 2

check_rangeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…