(protected readonly key: string)
| 328 | public readonly type = ContextKeyExprType.Defined; |
| 329 | |
| 330 | protected constructor(protected readonly key: string) { |
| 331 | } |
| 332 | |
| 333 | public cmp(other: ContextKeyExpression): number { |
| 334 | if (other.type !== this.type) { |
nothing calls this directly
no outgoing calls
no test coverage detected