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

Method cmp

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

Source from the content-addressed store, hash-verified

251 }
252
253 public cmp(other: ContextKeyExpression): number {
254 return this.type - other.type;
255 }
256
257 public equals(other: ContextKeyExpression): boolean {
258 return (other.type === this.type);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected