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

Method constructor

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

Source from the content-addressed store, hash-verified

388 public readonly type = ContextKeyExprType.Equals;
389
390 private constructor(private readonly key: string, private readonly value: any) {
391 }
392
393 public cmp(other: ContextKeyExpression): number {
394 if (other.type !== this.type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected