(private readonly key: string)
| 795 | public readonly type = ContextKeyExprType.Not; |
| 796 | |
| 797 | private constructor(private readonly key: string) { |
| 798 | } |
| 799 | |
| 800 | public cmp(other: ContextKeyExpression): number { |
| 801 | if (other.type !== this.type) { |
nothing calls this directly
no outgoing calls
no test coverage detected