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

Method equals

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

Source from the content-addressed store, hash-verified

292 }
293
294 public equals(other: ContextKeyExpression): boolean {
295 return (other.type === this.type);
296 }
297
298 public evaluate(context: IContext): boolean {
299 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected