()
| 248 | public readonly type = ContextKeyExprType.False; |
| 249 | |
| 250 | protected constructor() { |
| 251 | } |
| 252 | |
| 253 | public cmp(other: ContextKeyExpression): number { |
| 254 | return this.type - other.type; |
nothing calls this directly
no outgoing calls
no test coverage detected