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

Function clientArgs

src/server.cpp:5140–5146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5138}
5139
5140std::vector<robj_sharedptr> clientArgs(client *c) {
5141 std::vector<robj_sharedptr> args;
5142 for (int j = 0; j < c->argc; j++) {
5143 args.push_back(robj_sharedptr(c->argv[j]));
5144 }
5145 return args;
5146}
5147
5148bool client::asyncCommand(std::function<void(const redisDbPersistentDataSnapshot *, const std::vector<robj_sharedptr> &)> &&mainFn,
5149 std::function<void(const redisDbPersistentDataSnapshot *)> &&postFn)

Callers 1

asyncCommandMethod · 0.85

Calls 1

robj_sharedptrClass · 0.85

Tested by

no test coverage detected