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

Function notEquals

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

Source from the content-addressed store, hash-verified

82 }
83
84 public static notEquals(key: string, value: any): ContextKeyExpression {
85 return ContextKeyNotEqualsExpr.create(key, value);
86 }
87
88 public static regex(key: string, value: RegExp): ContextKeyExpression {
89 return ContextKeyRegexExpr.create(key, value);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected