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

Method equals

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

Source from the content-addressed store, hash-verified

255 }
256
257 public equals(other: ContextKeyExpression): boolean {
258 return (other.type === this.type);
259 }
260
261 public evaluate(context: IContext): boolean {
262 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected