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

Function asyncFreeDictTable

src/redis-cli.c:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156struct dictEntry;
157void asyncFreeDictTable(struct dictEntry **de) {
158 zfree(de);
159}
160
161/* Return the name of the dotfile for the specified 'dotfilename'.
162 * Normally it just concatenates user $HOME to the file specified

Callers

nothing calls this directly

Calls 1

zfreeFunction · 0.85

Tested by

no test coverage detected