Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
struct dictEntry;
157
void 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
zfree
Function · 0.85
Tested by
no test coverage detected