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

Method constructor

contextKeyExpr/src/contextkey.ts:330–331  ·  view source on GitHub ↗
(protected readonly key: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected