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

Function HashTableGetSafeIterator

src/util/dict.c:774–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774dictIterator *HashTableGetSafeIterator(dict *d) {
775 dictIterator *i = HashTableGetIterator(d);
776
777 i->safe = 1;
778 return i;
779}
780
781dictEntry *HashTableNext(dictIterator *iter)
782{

Callers

nothing calls this directly

Calls 1

HashTableGetIteratorFunction · 0.85

Tested by

no test coverage detected