Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ dictReleaseIterator
Function
dictReleaseIterator
deps/hiredis/dict.c:302–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
static void dictReleaseIterator(dictIterator *iter) {
303
hi_free(iter);
304
}
305
306
/* ------------------------- private functions ------------------------------ */
307
Callers
1
__redisAsyncFree
Function · 0.70
Calls
1
hi_free
Function · 0.70
Tested by
no test coverage detected