(operator, operand)
| 3572 | return part === "*" || part === "x" || part === "X"; |
| 3573 | } |
| 3574 | function createComparator(operator, operand) { |
| 3575 | return { operator: operator, operand: operand }; |
| 3576 | } |
| 3577 | function testDisjunction(version, alternatives) { |
| 3578 | // an empty disjunction is treated as "*" (all versions) |
| 3579 | if (alternatives.length === 0) |
no outgoing calls
no test coverage detected