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

Method constructor

contextKeyExpr/src/contextkey.ts:1102–1103  ·  view source on GitHub ↗
(public readonly expr: ContextKeyExpression[])

Source from the content-addressed store, hash-verified

1100 public readonly type = ContextKeyExprType.Or;
1101
1102 private constructor(public readonly expr: ContextKeyExpression[]) {
1103 }
1104
1105 public cmp(other: ContextKeyExpression): number {
1106 if (other.type !== this.type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected