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

Method map

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

Source from the content-addressed store, hash-verified

502 }
503
504 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
505 return mapFnc.mapNotEquals(this.key, this.value);
506 }
507
508 public negate(): ContextKeyExpression {
509 return ContextKeyEqualsExpr.create(this.key, this.value);

Callers

nothing calls this directly

Calls 1

mapNotEqualsMethod · 0.65

Tested by

no test coverage detected