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

Function _handoff

src/execution_plan/ops/op_create.c:132–137  ·  view source on GitHub ↗

Return mode, emit a populated Record.

Source from the content-addressed store, hash-verified

130
131// Return mode, emit a populated Record.
132static Record _handoff
133(
134 OpCreate *op
135) {
136 return (array_len(op->records)) ? array_pop(op->records) : NULL;
137}
138
139static Record CreateConsume
140(

Callers 1

CreateConsumeFunction · 0.70

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected