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

Function redisOpArrayInit

src/server.cpp:4284–4287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4282/* ========================== Redis OP Array API ============================ */
4283
4284void redisOpArrayInit(redisOpArray *oa) {
4285 oa->ops = NULL;
4286 oa->numops = 0;
4287}
4288
4289int redisOpArrayAppend(redisOpArray *oa, struct redisCommand *cmd, int dbid,
4290 robj **argv, int argc, int target)

Callers 3

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected