Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ delCommand
Function
delCommand
src/db.cpp:907–909 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
905
}
906
907
void delCommand(client *c) {
908
delGenericCommand(c,g_pserver->lazyfree_lazy_user_del);
909
}
910
911
void unlinkCommand(client *c) {
912
delGenericCommand(c,1);
Callers
nothing calls this directly
Calls
1
delGenericCommand
Function · 0.85
Tested by
no test coverage detected