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

Method map

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

Source from the content-addressed store, hash-verified

897 }
898
899 public map(mapFnc: IContextKeyExprMapper): ContextKeyRegexExpr {
900 return mapFnc.mapRegex(this.key, this.regexp);
901 }
902
903 public negate(): ContextKeyExpression {
904 return ContextKeyNotRegexExpr.create(this);

Callers

nothing calls this directly

Calls 1

mapRegexMethod · 0.65

Tested by

no test coverage detected