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