()
| 285 | public readonly type = ContextKeyExprType.True; |
| 286 | |
| 287 | protected constructor() { |
| 288 | } |
| 289 | |
| 290 | public cmp(other: ContextKeyExpression): number { |
| 291 | return this.type - other.type; |
nothing calls this directly
no outgoing calls
no test coverage detected