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

Method map

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

Source from the content-addressed store, hash-verified

944 }
945
946 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
947 return new ContextKeyNotRegexExpr(this._actual.map(mapFnc));
948 }
949
950 public negate(): ContextKeyExpression {
951 return this._actual;

Callers

nothing calls this directly

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected