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

Method constructor

contextKeyExpr/src/contextkey.ts:665–666  ·  view source on GitHub ↗
(private readonly key: string, private readonly value: any)

Source from the content-addressed store, hash-verified

663 public readonly type = ContextKeyExprType.Less;
664
665 private constructor(private readonly key: string, private readonly value: any) {
666 }
667
668 public cmp(other: ContextKeyExpression): number {
669 if (other.type !== this.type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected