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

Function sinterCommand

src/t_set.cpp:1005–1007  ·  view source on GitHub ↗

SINTER key [key ...] */

Source from the content-addressed store, hash-verified

1003
1004/* SINTER key [key ...] */
1005void sinterCommand(client *c) {
1006 sinterGenericCommand(c,c->argv+1,c->argc-1,NULL);
1007}
1008
1009/* SINTERSTORE destination key [key ...] */
1010void sinterstoreCommand(client *c) {

Callers

nothing calls this directly

Calls 1

sinterGenericCommandFunction · 0.85

Tested by

no test coverage detected