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

Function unlinkCommand

src/db.cpp:911–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911void unlinkCommand(client *c) {
912 delGenericCommand(c,1);
913}
914
915/* EXISTS key1 key2 ... key_N.
916 * Return value is the number of keys existing. */

Callers

nothing calls this directly

Calls 1

delGenericCommandFunction · 0.85

Tested by

no test coverage detected