MCPcopy Create free account
hub / github.com/F-Stack/f-stack / redisOpArrayInit

Function redisOpArrayInit

app/redis-6.2.6/src/server.c:3495–3498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3493/* ========================== Redis OP Array API ============================ */
3494
3495void redisOpArrayInit(redisOpArray *oa) {
3496 oa->ops = NULL;
3497 oa->numops = 0;
3498}
3499
3500int redisOpArrayAppend(redisOpArray *oa, struct redisCommand *cmd, int dbid,
3501 robj **argv, int argc, int target)

Callers 3

callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected