MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / HashTableResetIterator

Function HashTableResetIterator

src/util/dict.c:757–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void HashTableResetIterator(dictIterator *iter)
758{
759 if (!(iter->index == -1 && iter->table == 0)) {
760 if (iter->safe)
761 dictResumeRehashing(iter->d);
762 else
763 assert(iter->fingerprint == HashTable_Fingerprint(iter->d));
764 }
765}
766
767dictIterator *HashTableGetIterator(dict *d)
768{

Callers 1

HashTableReleaseIteratorFunction · 0.85

Calls 1

HashTable_FingerprintFunction · 0.85

Tested by

no test coverage detected