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

Method mapDefined

contextKeyExpr/src/contextkey.ts:42–42  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

40
41export interface IContextKeyExprMapper {
42 mapDefined(key: string): ContextKeyExpression;
43 mapNot(key: string): ContextKeyExpression;
44 mapEquals(key: string, value: any): ContextKeyExpression;
45 mapNotEquals(key: string, value: any): ContextKeyExpression;

Callers 2

mapMethod · 0.65
mapMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected