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