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

Method map

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

Source from the content-addressed store, hash-verified

774 }
775
776 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
777 return mapFnc.mapEquals(this.key, this.value);
778 }
779
780 public negate(): ContextKeyExpression {
781 return ContextKeyNotEqualsExpr.create(this.key, this.value);

Callers

nothing calls this directly

Calls 1

mapEqualsMethod · 0.65

Tested by

no test coverage detected