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

Method mapNotEquals

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

Source from the content-addressed store, hash-verified

43 mapNot(key: string): ContextKeyExpression;
44 mapEquals(key: string, value: any): ContextKeyExpression;
45 mapNotEquals(key: string, value: any): ContextKeyExpression;
46 mapRegex(key: string, regexp: RegExp | null): ContextKeyRegexExpr;
47}
48

Callers 2

mapMethod · 0.65
mapMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected