(part)
| 3569 | return true; |
| 3570 | } |
| 3571 | function isWildcard(part) { |
| 3572 | return part === "*" || part === "x" || part === "X"; |
| 3573 | } |
| 3574 | function createComparator(operator, operand) { |
| 3575 | return { operator: operator, operand: operand }; |
| 3576 | } |
no outgoing calls
no test coverage detected