Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
582
dictIterator *dictGetSafeIterator(dict *d) {
583
dictIterator *i = dictGetIterator(d);
584
585
i->safe = 1;
586
return i;
587
}
588
589
dictEntry *dictNext(dictIterator *iter)
590
{
Callers
15
pubsubUnsubscribeAllChannels
Function · 0.85
removeMatchingSentinelFromMaster
Function · 0.85
sentinelForceHelloUpdateDictOfRedisInstances
Function · 0.85
touchAllWatchedKeysInDb
Function · 0.85
resetCommandTableStats
Function · 0.85
genRedisInfoString
Function · 0.85
rdbSaveRio
Function · 0.85
keysCommand
Function · 0.85
scanDatabaseForReadyLists
Function · 0.85
clusterReset
Function · 0.85
clusterDelNode
Function · 0.85
clusterGetMaxEpoch
Function · 0.85
Calls
1
dictGetIterator
Function · 0.70
Tested by
no test coverage detected