MCPcopy 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
302static void dictReleaseIterator(dictIterator *iter) {
303 hi_free(iter);
304}
305
306/* ------------------------- private functions ------------------------------ */
307

Callers 1

__redisAsyncFreeFunction · 0.70

Calls 1

hi_freeFunction · 0.70

Tested by

no test coverage detected