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

Method constructor

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

Source from the content-addressed store, hash-verified

248 public readonly type = ContextKeyExprType.False;
249
250 protected constructor() {
251 }
252
253 public cmp(other: ContextKeyExpression): number {
254 return this.type - other.type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected