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

Method cmp

contextKeyExpr/src/contextkey.ts:290–292  ·  view source on GitHub ↗
(other: ContextKeyExpression)

Source from the content-addressed store, hash-verified

288 }
289
290 public cmp(other: ContextKeyExpression): number {
291 return this.type - other.type;
292 }
293
294 public equals(other: ContextKeyExpression): boolean {
295 return (other.type === this.type);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected