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

Method map

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

Source from the content-addressed store, hash-verified

1070 }
1071
1072 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
1073 return new ContextKeyAndExpr(this.expr.map(expr => expr.map(mapFnc)));
1074 }
1075
1076 public negate(): ContextKeyExpression {
1077 let result: ContextKeyExpression[] = [];

Callers

nothing calls this directly

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected