MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / dictGetSafeIterator

Function dictGetSafeIterator

src/dict.cpp:938–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938dictIterator *dictGetSafeIterator(dict *d) {
939 dictIterator *i = dictGetIterator(d);
940
941 i->safe = 1;
942 return i;
943}
944
945dictEntry *dictNext(dictIterator *iter)
946{

Callers 15

iterateMethod · 0.85
latencyResetEventFunction · 0.85
createLatencyReportFunction · 0.85
clusterResetFunction · 0.85
clusterDelNodeFunction · 0.85
clusterGetMaxEpochFunction · 0.85
clusterBlacklistCleanupFunction · 0.85
clusterBroadcastMessageFunction · 0.85
clusterSendPingFunction · 0.85

Calls 1

dictGetIteratorFunction · 0.70

Tested by

no test coverage detected