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

Method map

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

Source from the content-addressed store, hash-verified

1198 }
1199
1200 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
1201 return new ContextKeyOrExpr(this.expr.map(expr => expr.map(mapFnc)));
1202 }
1203
1204 public negate(): ContextKeyExpression {
1205 let result: ContextKeyExpression[] = [];

Callers

nothing calls this directly

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected