(other: ContextKeyExpression)
| 292 | } |
| 293 | |
| 294 | public equals(other: ContextKeyExpression): boolean { |
| 295 | return (other.type === this.type); |
| 296 | } |
| 297 | |
| 298 | public evaluate(context: IContext): boolean { |
| 299 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected