MCPcopy Create free account
hub / github.com/Wscats/vscode-explore / constructor

Method constructor

contextKeyExpr/src/contextkey.ts:797–798  ·  view source on GitHub ↗
(private readonly key: string)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected