MCPcopy 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
907void delCommand(client *c) {
908 delGenericCommand(c,g_pserver->lazyfree_lazy_user_del);
909}
910
911void unlinkCommand(client *c) {
912 delGenericCommand(c,1);

Callers

nothing calls this directly

Calls 1

delGenericCommandFunction · 0.85

Tested by

no test coverage detected