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

Method mapEquals

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

Source from the content-addressed store, hash-verified

42 mapDefined(key: string): ContextKeyExpression;
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}

Callers 10

mapMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected