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

Method equals

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

Source from the content-addressed store, hash-verified

925 }
926
927 public equals(other: ContextKeyExpression): boolean {
928 if (other.type === this.type) {
929 return this._actual.equals(other._actual);
930 }
931 return false;
932 }
933
934 public evaluate(context: IContext): boolean {
935 return !this._actual.evaluate(context);

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.65

Tested by

no test coverage detected