MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / _handoff

Function _handoff

src/execution_plan/ops/op_delete.c:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193static inline Record _handoff(OpDelete *op) {
194 return (array_len(op->records)) ? array_pop(op->records) : NULL;
195}
196
197static Record DeleteConsume(OpBase *opBase) {
198 OpDelete *op = (OpDelete *)opBase;

Callers 1

DeleteConsumeFunction · 0.70

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected