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

Function HashTableInitSafeIterator

src/util/dict.c:751–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751void HashTableInitSafeIterator(dictIterator *iter, dict *d)
752{
753 HashTableInitIterator(iter, d);
754 iter->safe = 1;
755}
756
757void HashTableResetIterator(dictIterator *iter)
758{

Callers

nothing calls this directly

Calls 1

HashTableInitIteratorFunction · 0.85

Tested by

no test coverage detected