(public readonly expr: ContextKeyExpression[])
| 1100 | public readonly type = ContextKeyExprType.Or; |
| 1101 | |
| 1102 | private constructor(public readonly expr: ContextKeyExpression[]) { |
| 1103 | } |
| 1104 | |
| 1105 | public cmp(other: ContextKeyExpression): number { |
| 1106 | if (other.type !== this.type) { |
nothing calls this directly
no outgoing calls
no test coverage detected