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

Method map

contextKeyExpr/src/contextkey.ts:832–834  ·  view source on GitHub ↗
(mapFnc: IContextKeyExprMapper)

Source from the content-addressed store, hash-verified

830 }
831
832 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
833 return mapFnc.mapNot(this.key);
834 }
835
836 public negate(): ContextKeyExpression {
837 return ContextKeyDefinedExpr.create(this.key);

Callers

nothing calls this directly

Calls 1

mapNotMethod · 0.65

Tested by

no test coverage detected