(value)
| 3050 | } |
| 3051 | |
| 3052 | function equalTo(value) { |
| 3053 | return { |
| 3054 | operator: operatorEqualTo, |
| 3055 | operand: value |
| 3056 | }; |
| 3057 | } |
| 3058 | |
| 3059 | function startsWith(value) { |
| 3060 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected