Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1523
void renameCommand(client *c) {
1524
renameGenericCommand(c,0);
1525
}
1526
1527
void renamenxCommand(client *c) {
1528
renameGenericCommand(c,1);
Callers
nothing calls this directly
Calls
1
renameGenericCommand
Function · 0.85
Tested by
no test coverage detected