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

Method constructor

contextKeyExpr/src/contextkey.ts:287–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285 public readonly type = ContextKeyExprType.True;
286
287 protected constructor() {
288 }
289
290 public cmp(other: ContextKeyExpression): number {
291 return this.type - other.type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected