MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dictGetSafeIterator

Function dictGetSafeIterator

app/redis-6.2.6/src/dict.c:582–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582dictIterator *dictGetSafeIterator(dict *d) {
583 dictIterator *i = dictGetIterator(d);
584
585 i->safe = 1;
586 return i;
587}
588
589dictEntry *dictNext(dictIterator *iter)
590{

Callers 15

touchAllWatchedKeysInDbFunction · 0.85
resetCommandTableStatsFunction · 0.85
genRedisInfoStringFunction · 0.85
rdbSaveRioFunction · 0.85
keysCommandFunction · 0.85
clusterResetFunction · 0.85
clusterDelNodeFunction · 0.85
clusterGetMaxEpochFunction · 0.85

Calls 1

dictGetIteratorFunction · 0.70

Tested by

no test coverage detected