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

Function setTypeReleaseIterator

src/t_set.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void setTypeReleaseIterator(setTypeIterator *si) {
139 if (si->encoding == OBJ_ENCODING_HT)
140 dictReleaseIterator(si->di);
141 zfree(si);
142}
143
144/* Move to the next entry in the set. Returns the object at the current
145 * position.

Callers 8

sortCommandFunction · 0.85
setTypeConvertFunction · 0.85
setTypeDupFunction · 0.85
spopWithCountCommandFunction · 0.85
sinterGenericCommandFunction · 0.85
sunionDiffGenericCommandFunction · 0.85
xorObjectDigestFunction · 0.85

Calls 2

zfreeFunction · 0.85
dictReleaseIteratorFunction · 0.70

Tested by

no test coverage detected