(key, clause)
| 12607 | }); |
| 12608 | } |
| 12609 | newGroup(key, clause) { |
| 12610 | const group = { |
| 12611 | key, |
| 12612 | clause, |
| 12613 | expressions: [ |
| 12614 | this.newExpression(0, null) |
| 12615 | ] |
| 12616 | }; |
| 12617 | return group; |
| 12618 | } |
| 12619 | updateGroup(partialGroup, groupIndex) { |
| 12620 | const groups = [ |
| 12621 | ...this.state.groups |
no test coverage detected