(input)
| 138701 | } |
| 138702 | |
| 138703 | function createGroupFromExpression(input) { |
| 138704 | const output = { |
| 138705 | expressions: [input] |
| 138706 | }; |
| 138707 | return output; |
| 138708 | } |
| 138709 | |
| 138710 | function ensureSearchExpressionGroupArray(search) { |
| 138711 | if (Array.isArray(search)) { |
no outgoing calls
no test coverage detected