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

Function renameCommand

src/db.cpp:1523–1525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521}
1522
1523void renameCommand(client *c) {
1524 renameGenericCommand(c,0);
1525}
1526
1527void renamenxCommand(client *c) {
1528 renameGenericCommand(c,1);

Callers

nothing calls this directly

Calls 1

renameGenericCommandFunction · 0.85

Tested by

no test coverage detected