(private readonly _actual: ContextKeyRegexExpr)
| 914 | public readonly type = ContextKeyExprType.NotRegex; |
| 915 | |
| 916 | private constructor(private readonly _actual: ContextKeyRegexExpr) { |
| 917 | // |
| 918 | } |
| 919 | |
| 920 | public cmp(other: ContextKeyExpression): number { |
| 921 | if (other.type !== this.type) { |
nothing calls this directly
no outgoing calls
no test coverage detected