Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
938
dictIterator *dictGetSafeIterator(dict *d) {
939
dictIterator *i = dictGetIterator(d);
940
941
i->safe = 1;
942
return i;
943
}
944
945
dictEntry *dictNext(dictIterator *iter)
946
{
Callers
15
iterate
Method · 0.85
scanDatabaseForReadyLists
Function · 0.85
pubsubUnsubscribeAllChannels
Function · 0.85
latencyResetEvent
Function · 0.85
createLatencyReport
Function · 0.85
clusterReset
Function · 0.85
clusterDelNode
Function · 0.85
clusterGetMaxEpoch
Function · 0.85
clusterBlacklistCleanup
Function · 0.85
clusterHandshakeInProgress
Function · 0.85
clusterBroadcastMessage
Function · 0.85
clusterSendPing
Function · 0.85
Calls
1
dictGetIterator
Function · 0.70
Tested by
no test coverage detected