Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ freeCallback
Function
freeCallback
app/redis-6.2.6/src/dict.c:1194–1198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1192
}
1193
1194
void freeCallback(void *privdata, void *val) {
1195
DICT_NOTUSED(privdata);
1196
1197
zfree(val);
1198
}
1199
1200
char *stringFromLongLong(long long value) {
1201
char buf[32];
Callers
nothing calls this directly
Calls
1
zfree
Function · 0.70
Tested by
no test coverage detected