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

Function equals

contextKeyExpr/src/contextkey.ts:80–82  ·  view source on GitHub ↗
(key: string, value: any)

Source from the content-addressed store, hash-verified

78 }
79
80 public static equals(key: string, value: any): ContextKeyExpression {
81 return ContextKeyEqualsExpr.create(key, value);
82 }
83
84 public static notEquals(key: string, value: any): ContextKeyExpression {
85 return ContextKeyNotEqualsExpr.create(key, value);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected